# Mobile wrapper
The customer app is built as a shared PWA first, then wrapped with Capacitor for Android and iOS.

Commands from this folder after Node is installed:

npm install
npm run cap:init
npm run cap:add:android
npm run cap:add:ios
npm run cap:sync

Android Studio builds APK/AAB from apps/mobile/android. Xcode builds iOS from apps/mobile/ios on macOS.
