This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1pbt4C7cz5i32KVfZCavqF9tKEvjlersl
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
This project includes automated Android App Bundle (AAB) generation for Google Play Store distribution.
- Every push to
mainautomatically builds a signed AAB bundle - Download the latest release from the Releases page
- See ANDROID_BUILD_SETUP.md for detailed setup instructions
- Push to main or manually trigger the workflow
- Check the workflow logs for keystore secrets
- Add the secrets to GitHub Actions (Settings > Secrets and variables > Actions)
- Subsequent builds will use the same keystore for consistent app signing
See ANDROID_BUILD_SETUP.md for complete instructions.
