The easiest way is to use the included VSCode devcontainer or the docker-compose file
by running docker-compose up
.
Otherwise, set up your system as follows:
- Install Ruby
- Install bundler:
gem install bundler
- Install requirements:
bundle install
Then serve with bundle exec jekyll serve
.