This repo holds the documentation for the Gaggiuino project. It uses docsify to render static pages via GitHub Pages.
First, install docsify globally:
npm i docsify-cli -g
Run a local web server on the ./docs
folder:
docsify serve docs
Pull requests are appreciated, please see the GitHub Flow documentation for more information on how to do that.