I am trying to follow https://github.com/GitbookIO/gitbook but there is some assumed knowledge that clearly I don\'t have. I\'ve used GitHub for some time but I\'ve still got a
Take a look at this book: https://github.com/GitbookIO/git.
It uses grunt to set up a few tasks: test, publish and build.
You should do the same by copying the package.json, Gruntfile.js and running:
$ npm install .
For testing:
$ grunt test
For publishing on the gh-pages branch:
$ grunt publish