NOTE: deprecated in favor of COMO-UI!
The Clair Admin UI is part of the Clair Platform, a system to collect measurements from networked CO2-sensors for indoor air-quality monitoring. It is developed and run by the Clair Berlin Initiative, a non-profit, open-source initiative to help operators of public spaces lower the risk of SARS-CoV2-transmission amongst their patrons.
Technically speaking, Clair Admin UI is a Single-Page Web-Application (SPA) that is served by a webserver in the Clair Stack, the infrastructure-as-code implementation of the Clair Platform.
This project was set up using the Quasar CLI. For editing, it is helpful to use VS Code in the configuration described in the Quasar docs.
yarn
(cd node_modules && patch -p0 < ../@reststate.patch)
To add the quasar CLI run:
yarn global add @quasar/cli
quasar dev
yarn run lint
quasar build