Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.61 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.61 KB

Clair Admin UI (clair-admin-ui)

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.

License

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.

Install the dependencies

yarn
(cd node_modules && patch -p0 < ../@reststate.patch)

To add the quasar CLI run:

yarn global add @quasar/cli

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.