Spout Documentation
Quickstart
- Install 
jekyll:sudo gem install jekyll - Run the site locally: 
jekyll serve 
Usage with Docker and Docker Compose
- Install Docker and Docker Compose
 - Run 
docker-compose up - Point your browser at http://127.0.0.1:8080/
 
Editing the documentation
- All documents relevant for the documentation are located in the 
_pagesfolder.