git clone https://github.com/team401/scouting
cd scoutingAdd The Blue Alliance API Key (free at) to data.tsx file
Add Supabase URL and Anon key to ./src/Supabase/.env.local
Install all dependencies:
npm installthen start in production mode:
npm startor start in development mode:
npm run devFormat the code:
npm run format