git clone https://github.com/team401/scouting
cd scouting
Add 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 install
then start in production mode:
npm start
or start in development mode:
npm run dev
Format the code:
npm run format