You can download Trevor from the App Store(Link) and Google Play Store(Link).
The setup
script will handle the installation of ionic and all the other dependencies.
npm run setup
ionic serve
npm run watch
ionic platform add ios
ionic platform add android
npm run release
ionic build ios
ionic build android
Then prepare to release for each store.
To run tests:
npm test
Trevor is licensed under the MIT Open Source license. For more information, see the LICENSE file in this repository.