Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.08 KB

README.rst

File metadata and controls

38 lines (25 loc) · 1.08 KB

PATo

Code CI Apache License

Source code https://github.com/DiamondLightSource/pato-frontend

Particle Analysis and Tomography Visualization Interface

Deployment

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.

Testing

  • Run yarn test