HugeDoc Installation
HugeDoc use GitBook to convert markdown to static website, and use GitBook with NodeJs to server as web server.
Install GitBook is via NPM:
$ npm install gitbook-cli -g
Preview and serve your book using:
$ gitbook serve
Or build the static website using:
$ gitbook build