Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 899 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 899 Bytes

Dedi-web

dedi-web code CI gh-pages

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

Start dev server

  cd dedi-web
  npm install .
  npm run dev

Start in container

Start up in a container

  cd dedi-web
  docker build -t dedi-web .
  docker run -d dedi-web

Test

Run tests with vitest

  cd dedi-web
  npm run test