Scripture memorization mobile application.
Find out more at www.bibletrainer.co.uk.
There are an increasing number of requests, bug fixes and feature ideas. We're aiming to put something (small) our each month on a cycle of month one: feature, month two improvement. Please see the project board for more information.
Bible Trainer is built on top of the Ionic Framework.
To get started…
At the moment, this project requires NodeJS v14 and Python 2.7
- Check out this repo
- Install Ionic globally:
npm install -g ionic cordova
- Install NPM packages:
npm install
- Run the ionic server:
npm run start
Environment vars are stored in src/environments
. For deployment you will need to create a file environment.prod.ts
with relevant keys in it.
Make sure that you have Android Studio installed and set up.
Then on the CLI run: ionic cordova run android --prod
- You'll need Xcode installed
- Generate the Xcode files:
ionic cordova build ios --prod
- Open the .xcodeproj file in platforms/ios/ in Xcode
- Connect your phone via USB and select it as the run target
- Click the play button in Xcode to try to run your app
Get errors? Read the Ionic documentation.