Skip to content

Commit 7eb755a

Browse files
authored
Merge pull request #2524 from airqo-platform/staging
move to production
2 parents 20e79f3 + df21e0a commit 7eb755a

File tree

1 file changed

+29
-10
lines changed

1 file changed

+29
-10
lines changed

README.md

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,35 @@ This repo contains the frontend code for the AirQo platform. This includes the c
1616

1717
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.
1818

19-
## File Organization.
20-
21-
This repo is made up of six (6) product sub directories:
22-
23-
- [Analytics Platform](src/platform/)
24-
- [Calibrate](src//calibrate/)
25-
- [Docs](src/docs/)
26-
- [Mobile app](src/mobile/)
27-
- [Netmanager](src/netmanager/)
28-
- [Website](src/website/)
19+
## Folder Organization.
20+
This is a monorepo with all the frontend applications located under the src folder. Outside the src folder are infrastructure related files and other artifacts necessary for collaborative development and deployment.
21+
22+
```
23+
.
24+
├── CONTRIBUTING.md
25+
├── LICENSE
26+
├── README.md
27+
├── k8s
28+
│   ├── calibrate
29+
│   ├── docs
30+
│   ├── inventory
31+
│   ├── netmanager
32+
│   ├── platform
33+
│   └── reports
34+
└── src
35+
├── Maintenance
36+
├── calibrate
37+
├── docs
38+
├── inventory
39+
├── mobile
40+
├── mobile-v3
41+
├── netmanager
42+
├── netmanager-app
43+
├── platform
44+
├── reports
45+
├── website
46+
└── website2
47+
```
2948

3049
## Contributing
3150

0 commit comments

Comments
 (0)