You're going to need:
- Node.js
- Fork this repository on Github.
npm install
npm run build
npm startYou can now see the docs at http://localhost:4567. Whoa! That was fast!
Compile documentation to static site in ./build:
npm run buildRun a dev server that live-reloads at http://localhost:4567:
npm startPublish your docs to origin/gh-pages branch:
npm run deploy