Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.02 KB

gitbook.md

File metadata and controls

41 lines (32 loc) · 1.02 KB

Building the documentation

Palisade's documentation is built using GitBook.

Prerequisites

NPM

You need NPM to install the GitBook command line toolchain. To get NPM install node.

GitBook command line tools

npm install -g gitbook-cli

Build

Just run:

./scripts/buildGitbook.sh

Serve

To serve the gitbook locally at localhost:4000 just run:

./scripts/serveGitbook.sh