Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 485 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 485 Bytes

Cloud Book

Installation

You need install nodejs :

sudo apt-get install nodejs

Download nwjs ( https://github.com/nwjs/nw.js ) and install . You need nwjs >= 0.11.5

clone cloudbook and download depends

git clone https://github.com/raurodse/cloudbook.git
cd cloudbook/src/
npm install

Launch

Command nw is node-webkit launcher.

nw cloudbook/src

Update doc

You need jsdoc (npm install -g jsdoc)

jsdoc src -c conf.json