/funzo-app

Cordova app running ember and h5p

Primary LanguageJavaScript

Funzo-app

This is a preview of ember and H5P running as an app inside Phonegap/Cordova

See here for information on how to contribute

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

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)

Further Reading / Useful Links