This repo contains the frontend code for the AirQo platform. It includes web, desktop, and mobile applications plus deployment and infrastructure configuration.
The AirQo project aims to measure and quantify the scale of air pollution throughout Africa through the design, development and deployment of a network of low-cost air quality sensing devices mounted on either static or mobile objects.
This is a monorepo with all frontend applications under src/. Outside src/ are infrastructure files and other artifacts needed for collaboration and deployment.
src/website: AirQo public websitesrc/platform: Analytics platformsrc/vertex: Vertex web applicationsrc/vertex-desktop: Vertex Electron desktop wrappersrc/beacon: Beacon applicationsrc/calibrate: Calibrate applicationsrc/mobile: AirQo mobile appsrc/docs-website: Documentation websitesrc/netmanager: Netmanager dashboard
.
|-- CONTRIBUTING.md
|-- LICENSE
|-- README.md
|-- docs
|-- k8s
| |-- beacon
| |-- calibrate
| |-- docs-website
| |-- platform
| `-- vertex
`-- src
|-- beacon
|-- calibrate
|-- docs-website
|-- mobile
|-- netmanager
|-- platform
|-- vertex
|-- vertex-desktop
`-- website
We invite you to help us build this platform. Please look at our contributing guide for details.