This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1gD_ahdOBnlQBvSI7W63ISBD39pcCYBV6
Prerequisites: Node.js
- Install dependencies:
npm install - Copy
.env.exampleto.env.localand set:GEMINI_API_KEY– your Gemini API key (required for content generation)VITE_SUPABASE_URLandVITE_SUPABASE_ANON_KEY– optional; when set, uploaded videos and thumbnails are stored in Supabase Storage
- Supabase (optional): To store videos and thumbnails in Supabase, follow docs/SETUP_SUPABASE.md (install, create
videosandthumbnailsbuckets, setVITE_SUPABASE_URLandVITE_SUPABASE_ANON_KEYin.env). - Run the app:
npm run dev
