This project is built with HOF and uses Docker.
Get the project from Github
$ git clone [email protected]:UKHomeOffice/rotm.git && cd rotm
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
For anything else ROTM-related, look in package.json for a full list of scripts etc, and config.js for environment variables.
Otherwise, see HOF.