Web app for navigating & plotting CAMS verification results
pip install -r requirements.txt
fastapi dev VerisualiserAPI.py
npm install
(there might be an issue with plotly-dist types)
in which case you should run
npm install -D plotly.js-dist
and if doesn't work, run
npm install plotly.js
go to /node_modules/@types rename plotly.js to plotly.js-dist
(optionally also delete plotly.js module from node_modules)
npm run dev
npm run build
npm start