This contains everything you need to run your app locally.
Prerequisites: Node.js
- Create a file named
.env.local
in the root of the project. - Install dependencies:
npm install
- Set the
GEMINI_API_KEY
in.env.local
to your Gemini API key:GEMINI_API_KEY=YOUR_API_KEY_HERE
- Run the app:
npm run dev