This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1rcKDHocMJydMCBea0k6wPv5UHuv3yOkt
Prerequisites: Node.js
- Install dependencies:
npm install
- Set the
GEMINI_API_KEYin .env.local to your Gemini API key (if applicable) - Run the app:
npm run dev
To create a production build:
npm run buildThis project is configured to automatically deploy to GitHub Pages when pushing to the main branch.
- Go to your repository Settings -> Pages.
- Under "Build and deployment", set Source to GitHub Actions.
- Push your code to the
mainbranch. - The deployment workflow will trigger automatically.