A platform to help mentors access and share practical reusable information and educational content
Mentors are informal trainers supporting their colleagues, their professional network and their friends in the acquisition of knowledge and skills.
Requirements
Install the dependencies:
$ npm install -g cordova ionic
Then in the root directory of the project:
$ bower install
Then build your local platforms/ and plugins/ folders by running this command:
$ ionic state reset
Run the app using the default android emulator:
$ ionic emulate android
Run the app using Genymotion (if installed):
$ ionic run android
Preview the app in your browser (great for styling):
$ ionic serve