fxa-dev-launcher
Firefox Accounts Custom Profiles for Firefox
Use npm start to start Firefox with local server configurations.
Available options:
FXA_ENV=localorlatestorstableorstageorcontent(NOTE:localis default).DISABLE_E10S=true- add this flag to turn off E10S. (NOTE:falseby default).FXA_DESKTOP_CONTEXT-context=value. (NOTE:fx_desktop_v2is default).FIREFOX_BIN=/Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin npm startFIREFOX_DEBUGGER=true- open the Browser Toolbox on start (NOTE:falseby default for speed).FXA_DESKTOP_CONTEXT- context value for the fxa-content-server:context=[value](NOTE:fx_desktop_v3is default).
Basic Usage Example in OS X
- Download node.js
- install it by following the steps in the
.pkginstaller. - Open Terminal and Run commands:
git clone https://github.com/vladikoff/fxa-dev-launcher.gitcd fxa-dev-launchernpm installFXA_ENV=latest npm start
The above will start a firefox talking to latest.dev.lcip.org