Update README.md
This is a cordova wrapper for webmaker-app.
Make sure you have adb installed and cordova installed (npm install cordova -g) and an emulator or an android phone hooked up on USB.
adb
npm install cordova -g
npm install npm start
To run the Android version of webmaker-app:
npm run android
To run the Firefox OS version of webmaker-app:
npm run firefoxos
platforms/firefoxos/www/
In the webmaker-app/ directory
npm link
In the webmaker-app-cordova/ directory:
npm link webmaker
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Deprecated. Please see https://github.com/mozilla/webmaker-android for more information.
Webmaker App Cordova
This is a cordova wrapper for webmaker-app.
Getting started
Make sure you have
adbinstalled and cordova installed (npm install cordova -g) and an emulator or an android phone hooked up on USB.To run the Android version of webmaker-app:
npm run androidTo run the Firefox OS version of webmaker-app:
npm run firefoxosplatforms/firefoxos/www/directoryTo link to a local copy of webmaker-app:
In the webmaker-app/ directory
In the webmaker-app-cordova/ directory: