A React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data. This library provides a set of reusable and customisable components that can be used to used to build study narratives.
Install npm
Install packages
npm i
Create a .env
file within sites/demo
to store environment variables for Vite to use. Within it set REACT_APP_API_URL
to the backend API url like
REACT_APP_API_URL=http://localhost:5000/api/
Run the demo app
npm run start-demo
The app will automatically reload when changes are made