Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.48 KB

Ember-geofence

optimised

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development (Web browser)

Running / Development (Device, emulator)

  • cd cordova
  • cordova run android or cordova emulate android

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember cordova:build --platform android (development)
  • ember cordova:build --platform android --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links