Get the project from Github
$ git clone [email protected]:UKHomeOffice/UKVI-Complaints.git && cd UKVI-Complaints
Install the dependencies and build the project resources
$ npm install
Run the services locally with Docker Compose
$ docker-compose up
Getting your hands dirty (You'll need Redis for this)
$ npm run dev