Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 542 Bytes

mtriage-viewer

note: pre-alpha development, not ready for use. Everything will break!

mtriage-viewer is a server collected with a web frontend to interactively visualise mtriage workflows after they have been run.

Run the server

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.

Run the frontend

cd viewer
npm install
npm run dev