This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/31c22501-fa05-4e99-a60d-614cdaad9fbc
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
- Push the repository to GitHub, GitLab, or Bitbucket.
- In the Vercel dashboard, import the project and choose the repository.
- Set the Build Command to
npm run buildand the Output Directory todist. - Add any required environment variables in Vercel if the app uses
GEMINI_API_KEYor other secrets. - Deploy.
