This project is built with HOF and uses Docker.
Get the project from Github
$ git clone git@github.com:UKHomeOffice/rotm.git && cd rotmInstall the dependencies and build the project resources
$ npm installRun the services locally with Docker Compose
$ docker-compose upGetting your hands dirty (You'll need Redis for this)
$ npm run devFor anything else ROTM-related, look in package.json for a full list of scripts etc, and config.js for environment variables.
Otherwise, see HOF.