nodejs : https://nodejs.org/
npm : https://www.npmjs.com/
Installed with nodejs
jsdoc : http://usejsdoc.org/
> npm install -g jsdoc
jasmine : https://jasmine.github.io/
> npm install -g jasmine
karma : https://karma-runner.github.io/
> npm install -g karma karma-jasmine karma-chrome-launcher jasmine-core --save-dev
typescript : https://www.typescriptlang.org/
> npm install -g typescript
cd dir/where/i/want/to/checkout
git clone https://github.com/remi-deltombe/icad.git
# from icad dir
tsc
Building css actually require codekit.
# from icad dir
cd builds/cordova
# cordova build #platform
cordova build ios
# from icad dir
# Install dependencies
cd storage/src
npm install
# Run data server
cd ../samples
./run.sh
open the file "icad/builds/index.html" into your browser.
# from icad dir
cd builds/cordova
# cordova build #platform
cordova run ios