https://DiamondLightSource.github.io/dedi-web/
DEtector DIstance (DEDI) is a client only Q-Range calculator. Based on the dedi perspective within DAWN science. Built using react, typescript, vite, mui, zustand, and h5web/lib.
Start dev server
cd dedi-web
npm install .
npm run dev
Start up in a container
cd dedi-web
docker build -t dedi-web .
docker run -d dedi-web
Run tests with vitest
cd dedi-web
npm run test