Visit under operaton.org
We welcome contributions from the community! Please see our Contributing Guidelines for more information on how to get involved, including instructions for writing blog posts.
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
in the projects root to update the dependencies if needed
bundle install
- Run
in the projects root folder
bundle exec jekyll serve - Visit
http://localhost:4000
- Run
in the root of this project
docker-compose up -d
- Visit
http://localhost:4000