Skip to content

ministryofjustice/hmpps-risk-assessment-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Risk Assessment UI

This is a Node.js app (v14.16.0) running on Express with Nunjucks as a template engine.

It includes:

To get started clone the repo and run

make dev-up

Then go to http://localhost:3000/ to see it in action.

Links to assessments types:

Cypress integration tests

The cypress directory contains a set of Cypress integration tests for the application.

Running the tests

With the UI:

make e2e