Simple example demonstrating how to install a packaged app to a Firefox OS simulator using node-firefox.
Usage
Clone the repository, cd to its folder and run npm install. Then you can just run node index.js to get the app in the app folder deployed to a Firefox OS simulator (provided you have at least one installed!).
node-firefox-examples-install-packaged
Simple example demonstrating how to install a packaged app to a Firefox OS simulator using
node-firefox.Usage
Clone the repository,
cdto its folder and runnpm install. Then you can just runnode index.jsto get the app in theappfolder deployed to a Firefox OS simulator (provided you have at least one installed!).