This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1j0Gk7O3RldOPvoWfZwYNUonz96vWQ8VM
Prerequisites: Node.js
- Install dependencies:
npm install - Set runtime API keys as needed:
GEMINI_API_KEYin .env.local (if used by your workflow)TBA_API_KEYin your shell when starting the server for The Blue Alliance data (required for live event/team sync)
- Run the app:
npm run dev
