This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1laNVezCoTz3wguULn522PnxZNNlCetBL
Prerequisites: Node.js
- Install dependencies:
npm install - Configure backend OAuth credentials:
- Copy
backend/.env.exampletobackend/.env. - Fill in
GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,GOOGLE_REDIRECT_URI,FRONTEND_URL, andCOOKIE_SECRETas described indocs/setup_google_oauth.md.
- Copy
- Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev
