This is a preview of ember and H5P running as an app inside Phonegap/Cordova.
See here for information on how to contribute.
Courses during development are copied to public/content/courses
, see https://https://github.com/tunapanda/funzo-CSE-1000 for an example course.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repository- change into the new directory
npm install
bower install
ember cordova:prepare
ember serve
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
Generate the APKs, these can only be used for development not distribution because they are unsigned
ember cordova:build --platform=android
(development)ember cordova:build --platform=android --environment production
(production)