Expo app for the QuickFit migration target.
This repository is source-available under PolyForm Noncommercial 1.0.0.
You may not use copied source from this repository for commercial or monetized use.
See LICENSE.
bun install- Full dev stack with Bun:
bun run dev
- Start Expo:
bun run start
- Start Convex with on-the-fly
_generatedupdates:bun run convex:dev
- Android (native Windows emulator flow):
bun run android
- Android doctor:
bun run android:doctor
- Web:
bun run web
- Lint:
bun run lint
- Android workflow is Windows-first (no WSL requirement).
- Convex updates
convex/_generatedautomatically whilebun run convex:devis running. Keep_generatedcommitted;bunx convex codegenis only for explicit regeneration and CI validation. - See
docs/android-windows-setup.mdfor details.