Skip to content

Mobile app for sunbird software. Provides the mobile interfaces for all functionality of Sunbird.

License

Notifications You must be signed in to change notification settings

sharathkashyap/SunbirdEd-mobile

 
 

Repository files navigation

Setup Instruction

Codacy Badge Build Status

Follow the below steps for setup in your local system.

Dependencies

  • NPM Version - 3.5.2
  • Node JS Version - above 6
  • Cordova Version - 8.0.0
  • Ionic Version - 3.20.0
  • Android SDK

Build sunbird module

Setup sunbird-mobile

  • git clone the repo.
  • rename sunbird.properties.example file to sunbird.properties and put all the valid credentials and api endpoint.
  • go to project folder and run npm i
  • install sunbird package built on the earlier step - npm run <path_to_sunbird_tgz_file>
  • run ionic cordova platform add android
  • the above will add an android platform and add all the plugins to that.
  • check you have an attached device with adb devices command
  • run ionic cordova platform run android

Basic command

Build for debug - npm run build-debug

Build for release - npm run build-rel

Run the android app - npm run android

About

Mobile app for sunbird software. Provides the mobile interfaces for all functionality of Sunbird.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.1%
  • HTML 9.8%
  • CSS 7.6%
  • Other 0.5%