Skip to content

tunapanda/funzo-app

Repository files navigation

Funzo-app 0.5.0

Build Status Join the chat at https://gitter.im/tunapanda/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.

Courses during development are copied to public/content/courses, see https://https://github.com/tunapanda/funzo-CSE-1000 for an example course.

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
  • ember cordova:prepare

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