Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
Viv Rajkumar edited this page Mar 1, 2015 · 3 revisions

GitBook Update Instructions

Requirements

Node Package Manager(Download Link) is required for GitBook. npm comes bundled with the package.

Once installed, navigate to the project root folder in command prompt / terminal and run the following commands to install the required node modules(You may need to use sudo/admin command prompt for this to work).

npm install -g grunt-cli
npm install

That's it. Above modules should have got installed into the "node_modules" folder.

Build

Use GitBook editor to make updates in the master branch

  • You can preview the book locally via the GitBook editor UI tool.
  • You can also run grunt from terminal when in the root folder. This will create a new folder "_book" with the book output.
Clone this wiki locally