DiAGRAM

Repository for the Digital Archiving Graphical Risk Assessment Model - DiAGRAM

View the Project on GitHub nationalarchives/DiAGRAM

Frontend

To run frontend code you must have node and npm installed. Then run

npm ci && npm run prepare

followed by

npm run start

That should start server running at localhost:1234.

To build for production run

npm run build

This will place the built files inside a dist/ directory.