This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/3e79cfa7-83a0-4b20-8c3d-c3e59689cd43
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
DEEPSEEK_API_KEYin .env.local to your DeepSeek API key - Run the app:
npm run dev
