Repository for the Digital Archiving Graphical Risk Assessment Model - DiAGRAM
#Update Infra 6th Nov 2024
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.