This is launcher app for Customizer
The Customizer https://github.com/fxos/customizer is not very discoverable right now, so to make it more visible, we build a launcher app for it. This will appear on the Homescreen as a “Customizer” app.
Want to hack? Read the documentation.
-
Checkout
fxos-customizer-launcher
repo:git clone '[email protected]:fxos/customizer-launcher.git'
-
If you haven't already, install Bower and Gulp (preferably globally):
npm install -g bower gulp
-
Install the dependencies:
npm install && bower install
-
Run Gulp to start the file watchers for the build system:
gulp
-
Flash
dist/app
onto your device using Firefox's WebIDE.