Get up and running modifying the document:
npm install
sudo npm install -g grunt-cli
CLI tools while building:
grunt
Manually build the projectgrunt connect
Run a static webserver for the projectgrunt watch
Runs a watched that builds the project every time you modify a file
The actual documentation site uses GitHub pages and the gh-pages
branch is merged in from master.