Skip to content

How to build

imeoer edited this page Aug 12, 2016 · 2 revisions

Install gitbook

npm install -g gitbook-cli

Preview in local

gitbook serve .

Push master if wants update to live

git push origin master

Clone this wiki locally