- install git and node
- get a local copy of the repository:
git clone https://github.com/mozilla/fxa
cd fxa/packages/fortress
- install dependencies:
npm install
- generate keys
node scripts/gen_keys.js
- run the server:
npm start
- visit it in your browser:
http://127.0.0.1:9292/
- hack and reload! (web resources don't require a server restart)