Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 363 Bytes

SubmergedChickens

2025 Reefscape FRC Scouting System

Setup

Get an API_KEY for the TBA API v3

Setup postgresql and update .env

bun i
bun db:load

With Nix

nix develop
pg_setup # only first time
pg_start # if you didn't run above command
bun i
bun db:load
# once your done
exit