HugeDoc Installation

HugeDoc use GitBook to convert markdown to static website, and use GitBook with NodeJs to server as web server.

How To use

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

Last modified April 17, 2022: add en doc (aec74b1)