This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/8e994e8c-ef2e-48de-8d4f-7119e5cf62f4
Prerequisites: Node.js
- Install dependencies:
bun install - Copy
.env.exampleto.env.localand set:GEMINI_API_KEYRESEND_API_KEYRESEND_TO_EMAIL- (optional)
RESEND_FROM_EMAIL
- Run the app:
bun dev
