Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.
/ leqg-app Public archive

LeQG iOS & Android phonegap-based application

Notifications You must be signed in to change notification settings

leqg/leqg-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leqg-app

LeQG iOS & Android phonegap-based application

##Test in browser

cd www/
npm install
bower install
grunt

You can then launch index.html.

When updating the code, you can run grunt watch.

Before committing please run grunt lint and fix any error that may appear.

##Test on Android device (via USB)

cordova run android --device

##Generate documentation Simply run grunt doc in the www folder.