- Install
jekyll
:sudo gem install jekyll
- Run the site locally:
jekyll serve
- Install Docker and Docker Compose
- Run
docker-compose up
- Point your browser at http://127.0.0.1:8080/
- All documents relevant for the documentation are located in the
_pages
folder.