docs: add initial docs/ information architecture + stubs

This commit is contained in:
Abhimanyu Saharan
2026-02-11 21:43:05 +00:00
committed by Abhimanyu Saharan
parent 93184c1b7b
commit 1fdacec7c1
11 changed files with 199 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
# Development
This section is for contributors developing Mission Control locally.
## Useful commands
From repo root:
```bash
make help
make setup
make check
```
> **Note**
> Add deeper guides here (frontend, backend, DB/migrations) as the workflow stabilizes.