This is the #1156 Under Control scouting system for the 2024 FRC's CRESCENDO season. It runs on SvelteKit with TailwindCSS + SkeletonUI, gets data from the FRC API and saves it to Google Sheets for further analysis.
Clone the source code and use npm for installing the dependencies and running:
git clone https://github.com/1156UnderControl/scouting-24.git
cd scouting-24
npm install
npm run dev