https://nus-surfers.vercel.app (vercel app) use this video as background (https://drive.google.com/file/d/1Maf85mP5cbqASifsfj1zxL9ic0jwQ2AA/view?usp=sharing)
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/11E1lvFTqZguBfRNd0N76B_IQHWFucSb7
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