This is a monorepo for the GenSpectrum dashboards. It contains the following packages:
website
: The dashboard websitebackend
: The backend for the dashboard website
Check the Docker compose file for an example on how to run the dashboards Docker images.
Use Docker Compose to run the dashboards:
BACKEND_TAG=latest WEBSITE_TAG=latest docker compose up