Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

This is a repository for the mobile application for biodiv

License

Notifications You must be signed in to change notification settings

biodiv-archived/biodiv-mobile

Repository files navigation

Biodiversity Mobile

This is a reposotory for the mobile app associated with the biodiversity informatics platform.

IBP on Google Play

Build Status on Travis CI

🔧 Prerequisites

  1. Install Node.js
  2. Setup android development environment

🚀 Quick start

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

🚢 Building

ionic cordova build android/ios # add --prod --release flag for building production apk

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on Github.

Copyright and License

Copyright 2019 Strand Strand Life Sciences Private Limited. Code released under the Apache 2.0 license.