https://github.com/diamondlightsource/pato-frontend
Particle analysis and tomography data display application (frontend)
https://github.com/diamondlightsource/pato-frontend
react ui
Last synced: 3 months ago
JSON representation
Particle analysis and tomography data display application (frontend)
- Host: GitHub
- URL: https://github.com/diamondlightsource/pato-frontend
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2023-03-03T10:04:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T13:24:46.000Z (3 months ago)
- Last Synced: 2025-02-25T14:36:04.875Z (3 months ago)
- Topics: react, ui
- Language: TypeScript
- Homepage:
- Size: 5.58 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
Awesome Lists containing this project
README
PATo
===========================|code_ci| |license|
============== ==============================================================
Source code https://github.com/DiamondLightSource/pato-frontend
============== ==============================================================Particle Analysis and Tomography Visualization Interface
==========
Deployment
==========Running development server on your machine:
.. code-block:: bash
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 :code:`yarn build` instead.
============
Testing
============- Run :code:`yarn test`
.. |code_ci| image:: https://github.com/DiamondLightSource/pato-frontend/actions/workflows/node.js.yml/badge.svg
:target: https://github.com/DiamondLightSource/pato-frontend/actions/workflows/node.js.yml
:alt: Code CI.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License