# Baltique OS Mobile — Android/iOS wrapper

This Capacitor project wraps the authenticated Baltique OS staff PWA.

## Build prerequisites
- Node.js and npm
- Android Studio for Android
- Xcode and an Apple Developer account for iOS
- Firebase project / APNs credentials for native push

## Commands
```bash
npm install
npx cap add android
npx cap add ios
npm run sync
npm run android
npm run ios
```

The repository intentionally does not contain signing keys, certificates, Firebase service accounts or APNs keys. Configure them in the platform projects before producing signed APK/AAB/IPA packages.
