문서 파일 정리

This commit is contained in:
hansoo
2025-03-21 16:08:43 +09:00
parent 86c0035561
commit 2d08a7962b
64 changed files with 8460 additions and 45 deletions

7
docs/build.md Normal file
View File

@@ -0,0 +1,7 @@
```
git pull && npx cap sync && cd android && ./gradlew assembleDebug && adb install -r app/build/outputs/apk/debug/app-debug.apk
```
```
cd /Users/hansoo./Dev/zellyy-finance && git pull && npx cap sync && cd android && ./gradlew assembleDebug
```