Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 648 Bytes

A demo of Firefox Accounts OAuth

running locally

  1. install git, node and redis
  2. get a local copy of the repository: git clone https://github.com/mozilla/123done
  3. cd 123done
  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:8080/
  8. hack and reload! (web resources don't require a server restart)

Ansible Deployment

See fxa-dev 123done Ansible configuration for details.