Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 258 Bytes

BUILD.md

File metadata and controls

18 lines (10 loc) · 258 Bytes

Build

Requirements

You have to use node version 5.1.1 until we upgrade to current Gitbook version.

Install all dependencies

npm install

Build static page

make build
open _book/index.html

Publish github page

make publish