Source code | https://github.com/DiamondLightSource/pato-frontend |
Particle Analysis and Tomography Visualization Interface
Running development server on your machine:
yarn install --immutable --immutable-cache --check-cache
yarn start
There is also a production Docker container. Nevertheless, you can compile a production-optimised build with yarn build
instead.
- Run
yarn test