Skip to content

UKHomeOffice/eta

Repository files navigation

Electronic Travel Authorisation

Electronic Travel Authorisation (ETA) Application built using HOF (Home Office Forms) framework.

Getting Started

Prerequisities

  • Node.js - Tested against LTS
  • NPM (installed with Node.js) - Works with versions 2 and 3
  • Redis server running on the default port

Env

  • NOTIFY_KEY=
  • NOTIFY_TEMPLATE=
  • CASEWORKER_EMAIL=

Up & Running

$ 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