mtriage-viewer is a server collected with a web frontend to interactively visualise mtriage workflows after they have been run.
cd server
poetry install
poetry shell
export FLASK_ENV=development
python app.py
Modify ROOT
and STORAGE_TYPE
variables inside app.py to point to another
storage location.
cd viewer
npm install
npm run dev