This contains everything you need to run your app locally.
For a complete and in-depth guide covering the project's architecture, database schema, features, and API implementation, please see the Comprehensive Project Documentation.
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
