Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 680 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 680 Bytes

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: npm install
  5. run the server: npm run 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 npm run 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.