Electronic Travel Authorisation (ETA) Application built using HOF (Home Office Forms) framework.
- Node.js - Tested against LTS
- NPM (installed with Node.js) - Works with versions 2 and 3
- Redis server running on the default port
- NOTIFY_KEY=
- NOTIFY_TEMPLATE=
- CASEWORKER_EMAIL=
$ cd eta
$ yarn install
$ yarn run start:dev
Then visit: http://localhost:8080/
// line to trigger build in fixing cert issue on eta prod #ETA-118