- Complete prerequisites for running FxA
- Run the server:
yarn start
- Visit it in your browser:
http://localhost:8080/
- Hack and reload! (web resources don't require a server restart)
See fxa-dev 123done Ansible configuration for details.
- Signup for heroku
- Install heroku cli and login
- Create heroku app for 123done trusted and untrusted clients
- Create a new config for each 123done app
- Set heroku app env value
CONFIG_123DONE=relative/path/to/config
for each app - Add heroku multipack support
heroku buildpacks:add -a <app> https://github.com/heroku/heroku-buildpack-multi-procfile
- Set heroku app env value
PROCFILE=relative/path/to/Procfile/in/your/codebase
- Deploy with
git push heroku main
This package does not currently have a test suite.
Run npm test
to lint the code.