Skip to content

manosim/trevor

Repository files navigation

Trevor

travis cc-gpa cc-coverage

A hybrid app based on Ionic Framework, AngularJS and Apache Cordova.

Trevor App

Download

You can download Trevor from the App Store(Link) and Google Play Store(Link).

Prerequisites

Install Packages

The setup script will handle the installation of ionic and all the other dependencies.

npm run setup

Running the app on the browser

ionic serve
npm run watch

Releasing the app

ionic platform add ios
ionic platform add android
npm run release
ionic build ios
ionic build android

Then prepare to release for each store.

Running the tests

To run tests:

npm test

License

Trevor is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.