Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 597 Bytes

readme copy.md

File metadata and controls

36 lines (26 loc) · 597 Bytes

Team 401 Copper Scout - a First Robotics Competition Scouting App

How to use

clone the repo:

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