Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 250 Bytes

PUBLISHING.md

File metadata and controls

18 lines (13 loc) · 250 Bytes

How to publish this gitbook

You will need NodeJS 10 or later.

Make sure you have the project dependencies installed:

npm install

Rebuild the gitbook, commit, and push:

npm run-script build
git add docs
git commit
git push