Rebrand application as MetalCircle

This commit is contained in:
kai
2026-08-27 18:20:40 +02:00
parent eb71ea5a0e
commit 94e14ad3e8
83 changed files with 2561 additions and 51 deletions
+22
View File
@@ -0,0 +1,22 @@
# MetalCircle Android-App
Die App verpackt die bestehende MetalCircle-Webanwendung mit Capacitor.
Sie lädt die produktive HTTPS-Adresse `https://konzerte.pinguholic.de/` und
implementiert keine zweite Webanwendung.
## Entwicklung und Build
```bash
npm install
npm run sync
npm run build
```
Die Debug-APK liegt danach unter
`android/app/build/outputs/apk/debug/app-debug.apk`.
Installation auf einem verbundenen Gerät:
```bash
adb install -r android/app/build/outputs/apk/debug/app-debug.apk
```