Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.18 KB

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

Setup SunbirdEd-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
  • 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