Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 484 Bytes

README.md

File metadata and controls

executable file
·
15 lines (12 loc) · 484 Bytes

A demo of Product Relying party

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. generate keys node scripts/gen_keys.js
  6. run the server: npm start
  7. visit it in your browser: http://127.0.0.1:9292/
  8. hack and reload! (web resources don't require a server restart)