- Setup your environment variables:
export OVERPASS_URL=url
export REVERSE_CODING_KEY=key
export REVERSE_CODING_URL=url
- Run the setup bash script:
bash ./setup_ubuntu.sh
- Attached to the console:
yarn start src/server.js
- Detached from the console:
nohup sudo --preserve-env yarn start src/server.js >>logs 2>>logs &
- For development purposes (file changes trigger reload):
yarn dev
Runs the integration tests against the local machine, so the server must be up and running.
yarn test