Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.18 KB

Deprecated. Please see https://github.com/mozilla/webmaker-android for more information.


Webmaker App Cordova

Build Status

This is a cordova wrapper for webmaker-app.

Getting started

Make sure you have adb installed and cordova installed (npm install cordova -g) and an emulator or an android phone hooked up on USB.

npm install
npm start

To run the Android version of webmaker-app:

  • npm run android

To run the Firefox OS version of webmaker-app:

To link to a local copy of webmaker-app:

In the webmaker-app/ directory

npm link

In the webmaker-app-cordova/ directory:

npm link webmaker