Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 384 Bytes

BUILDING.md

File metadata and controls

24 lines (16 loc) · 384 Bytes

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