This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1U206EAP6iZ_DL4ImqwWj8JUcHQnomy5k
-
Install dependencies:
npm install
-
Set up environment variables:
Copy
.env.localor create one with your API keys:GEMINI_API_KEY=your_key_here
-
Run the application:
npm run dev
npm run dev: Start development servernpm run build: Build for productionnpm run lint: Run type checkingnpm run preview: Preview production build
This project includes a GitHub Action workflow that automatically checks and builds the project on every push to the main branch.
To deploy, simply push your changes:
git push origin main