This is a reposotory for the mobile app associated with the biodiversity informatics platform.
- Install Node.js
- Setup android development environment
git clone https://github.com/strandls/biodiv-mobile # Clone Repository
npm install -g ionic cordova # Install Ionic and Cordova Globally
npm install # Install Dependencies
npm run decrypt-assets
# above command is required for IBP Mobile development only
# to decrypt config and signing assets locally
# otherwise modify `src/environments/environment.sample.ts`
# and create `build.json` if you want automatic signing for more see https://bit.ly/2VEABgE
ionic serve # Start development environment
ionic cordova build android/ios # add --prod --release flag for building production apk
Have a bug or an issue with this template? Open a new issue here on Github.
Copyright 2019 Strand Strand Life Sciences Private Limited. Code released under the Apache 2.0 license.