Deployment
Mobile App
- Use
eas build --platform <android|ios>to produce native builds. - Configure
app.jsonwith properbundleIdentifier/packageand Google service files.
Backend
- Containerize
backend-syncor deploy as Node app. - Set environment variables in your hosting provider.
- Ensure the backend can reach Supabase and any external APIs.
CI/CD
- The repo includes
semantic-releaseconfiguration for automated releases. SetGH_TOKENand other secrets in your CI.