-
Install Docker and
docker-compose
. -
Run
docker compose up -d
from within repository to launch Jekyll Docker container. -
Access the local preview of the documentation at http://127.0.0.1:4000.
- Follow the documentation here to install Ruby
- Check the version of ruby by running
ruby -v
. You version ofruby
should be 3.1.2 and above - Install Jekyll by running
gem install jekyll
. - (Optional) Follow the quick start instructions here on Jekyll's website. You should be able to access the local preview of the documentation at
localhost:4000
- Install
just-the-docs/just-the-docs
and pluginjekyll-remote-theme
by doingbundle install
for the first time. (Note: if you change your plugin and remote theme, you might need to runbundle install again
) - Run
bundle exec jekyll serve
. Then, you should be able to access the local preview of the documentation at http://127.0.0.1:4000.