This repository contains the official ESMeta homepage, built with Jekyll, deployed via GitHub Pages.
If you’re already using Docker, you can start the site without installing and configuring Ruby and Jekyll:
$ docker compose up
If you prefer to run it without Docker, please refer to the Jekyll installation guides: EN/KO
Once Jekyll is installed, you can run the site locally with the following command:
$ bundle exec jekyll serve