Initial commit: project scaffold with android and backend submodules

Set up monorepo structure with git submodules:
- android/ -> SnapLedger-Android (Kotlin + Jetpack Compose)
- backend/ -> SnapLedger-Backend (Python FastAPI)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka
2026-05-20 22:25:36 +08:00
commit c4046e9f7e
5 changed files with 67 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "android"]
path = android
url = ../SnapLedger-Android
[submodule "backend"]
path = backend
url = ../SnapLedger-Backend