Visit under operaton.org
You can either install Ruby and use jekyll directly or docker-compose
- Make sure Jekyll is available on your machine: Official installation guide
- (optional) Run
bundle installin the projects root to update the dependencies if needed - Run
bundle exec jekyll servein the projects root folder - Visit
localhost:4000
- Run
docker-compose up -din the root of this project