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

fxos/customizer-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customizer Lanucher

This is launcher app for Customizer

What it does

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.

Special Build Instructions

  1. Checkout fxos-customizer-launcher repo:

     git clone '[email protected]:fxos/customizer-launcher.git'
    
  2. If you haven't already, install Bower and Gulp (preferably globally):

     npm install -g bower gulp
    
  3. Install the dependencies:

     npm install && bower install
    
  4. Run Gulp to start the file watchers for the build system:

     gulp
    
  5. Flash dist/app onto your device using Firefox's WebIDE.