Rendering layer for the Book a secure move platform
Book a secure move is part of the HMPPS Prisoner Escort and Custody
Service (PECS) programme.
There are three main repositories that comprise the Book a secure move service:
Clone repository and change directory:
git clone https://github.com/ministryofjustice/hmpps-book-secure-move-frontend && cd hmpps-book-secure-move-frontend
Install node dependencies:
npm install
Build the assets
npm run build
Create a copy of the example environment variable file and add values for the keys:
cp .env.example .env
Set the environment variables accordingly.
NODE_ENV=production npm start
The app will run on port 3000 by default and be available at http://localhost:3000.
Ensure Redis is installed and running.
npm run develop
The app will be running at http://localhost:3000 or with browsersync at http://localhost:3001.
Unless stated otherwise, the codebase is released under the MIT License.
If you want to help us improve Book a secure move, view our contribution guidelines.