Published with Gitbook.
-
Clone repository
-
Download Gitbooks CLI (skip if done)
You need to download Gitbooks CLI first if you haven't. Install globally for convenience:
npm install -g gitbook-cli
- Run locally
Changes will be live reloaded in dev mode.
npm run docs:watch
- Publish book to
gh-pages
branch and host on Github Pages
npm run docs:publish