npm ci
Add the API key for the Notify service to the .env file:
API_KEY="paste-api-key-here"Run the app using:
npm run watchVisit http://localhost:3000
This should be deployed in the prototypes space using:
cf push covid-pass --strategy=rollingWe have already set environment variables in the PaaS for API_KEY, PROTOTYPE_PASSWORD, and PROTOTYPE_USERNAME