##Initial steps
-
To clone the repository: git clone https://github.com/rogerioferro/garcom
-
To get dojo library: git submodule update --init --recursive
-
To build Dojo project: ./build.sh and copy the final files to www directory.
##Cordova
- To add Android platform: cordova platform add android
- To build: cordova build