Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 563 Bytes

La chasse aux bugs

BugHunts screenshot

Dependencies

Dependencies of the web app:

# Inside the root folder
bower install

Dependencies of ionic/cordova (if used)

# Inside the root folder
cordova platform add browser
cordova platform add android

Development

Serve with ionic

# Inside the root folder
ionic serve

Build & deploy

Build everything

# Inside the root folder
cordova build

Android

# Inside the root folder
cordova build android
cordova run android