fxa/packages/fxa-dev-launcher
dependabot[bot] 84a802cbd1
chore(deps): bump chalk from 5.2.0 to 5.3.0
Bumps [chalk](https://github.com/chalk/chalk) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v5.2.0...v5.3.0)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-12 07:03:57 +00:00
..
bin chore(deps): Update fxa-dev-launcher to use esm (#11239) 2021-12-06 10:53:02 -05:00
.eslintignore task(many): Enable eslint and fix linting errors 2023-04-13 14:19:17 -07:00
.eslintrc.json task(many): Enable eslint and fix linting errors 2023-04-13 14:19:17 -07:00
.nsprc chore(deps): Updates to address nsp advisory 1179 2020-03-19 10:42:24 -07:00
README.md chore(many): Remove npm run commands 2023-05-17 11:24:09 -07:00
package.json chore(deps): bump chalk from 5.2.0 to 5.3.0 2024-02-12 07:03:57 +00:00
profile.mjs feat(pair): Add button to open Firefox View after completing pairing 2022-07-05 14:36:14 -04:00

README.md

fxa-dev-launcher

Firefox Accounts Custom Profiles for Firefox

Use npm start to start Firefox with local server configurations. Available options:

  • FXA_ENV=local or latest or stable or stage or content (NOTE: local is default).
  • DISABLE_E10S=true - add this flag to turn off E10S. (NOTE: false by default).
  • FXA_DESKTOP_CONTEXT - context= value. (NOTE: fx_desktop_v2 is default).
  • FIREFOX_BIN=/Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin npm start
  • FIREFOX_DEBUGGER=true - open the Browser Toolbox on start (NOTE: false by default for speed).
  • FXA_DESKTOP_CONTEXT - context value for the fxa-content-server: context=[value] (NOTE: fx_desktop_v3 is default).

Basic Usage Example in OS X

  • Download node.js
  • install it by following the steps in the .pkg installer.
  • Open Terminal and Run commands:
  • git clone https://github.com/vladikoff/fxa-dev-launcher.git
  • cd fxa-dev-launcher
  • yarn install
  • FXA_ENV=latest npm start

The above will start a firefox talking to latest.dev.lcip.org

Testing

This package does not currently have a test suite.