This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1F1SRtNdbLX_qSnK3GydfFHKNEN1lFY_4
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
Για να δουλεύει το push από το Cursor (χωρίς να ανοίγεις Terminal), τρέξε μία φορά το script με το GitHub Personal Access Token σου:
GITHUB_TOKEN=ghp_xxxxxxxxxxxx ./scripts/setup-git-push.shΔημιούργησε token: GitHub → Settings → Developer settings → Personal access tokens (scope: repo). Μετά το push θα δουλεύει και από Cursor.
