fxa/packages/fortress
..
data
static
views
.eslintrc.json
.nsprc
.prettierignore
README.md
config-local.json
config.js
config.json
package.json
pm2.config.js
server.js

README.md

A demo of a subscription flow

Running locally

  1. install git and node
  2. get a local copy of the repository: git clone https://github.com/mozilla/fxa
  3. cd fxa/packages/fortress
  4. install dependencies: yarn install
  5. run the server: yarn dev
  6. visit it in your browser: http://localhost:9292/
  7. if you want to develop even faster, open a new terminal window and run yarn ui
  8. now you can go to http://localhost:5000 and develop without having to ever restart the server or refresh the browser

Testing

This package does not currently have a test suite.

Run npm test to lint the code.