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 install
in the projects root to update the dependencies if needed - Run
jekyll serve
in the projects root folder - Visit
localhost:4000
in your browser
- Run
docker-compose up -d
in the root of this project - Visit
localhost:4000
in your browser