This guide is published online at: dev.3dr.com
To start editing, install GitBook (requires Node.js):
npm install grunt-cli -g
npm install gitbook-cli -g
npm install
gitbook install book
Build once with grunt:
grunt
Then view it locally:
gitbook serve book
Open http://localhost:4000/. Files will update live as you edit them.
See CONTRIBUTING.md for information on how to submit to this guide.