This contains everything you need to run your app locally.
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 repo includes a GitHub Actions workflow that builds and deploys the dist/ folder to GitHub Pages on every push to main.
- In GitHub repo settings:
Settings -> Pages -> Build and deployment -> Source, selectGitHub Actions - Push to
main(or run the workflow manually viaActions)
