chore: init superproject

This commit is contained in:
u1
2026-01-06 12:50:35 +01:00
commit 2f6501f36e
2 changed files with 21 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
.DS_Store
*.swp
*.tmp
*.log

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# trade-infra (superproject)
Repo nadrzędne (superproject) spinające subrepo projektu `trade` jako **git submodules**.
## Klonowanie
```bash
git clone --recurse-submodules https://rv32i.pl/trade/trade-infra.git
```
## Subrepo
- `api/``trade/trade-api`
- `frontend/``trade/trade-frontend`
- `ingestor/``trade/trade-ingestor`
- `deploy/``trade/trade-deploy` (GitOps dla Argo CD)
- `doc/``trade/trade-doc` (dokumentacja + log)