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