rec is an opensource scouting application designed for the 2024/2025 First Robotics Challenge (FRC) - Reefscape. This app empower teams to efficiently collect and analyse real time data regarding robot and alliance performance, promoting better decision making for competition strategy.
- Google Sheets and QRCode Integration
- Progressive Web Application (Offline Support)
- Customisable Themes
- Keybinds
- Completely Open Source
Before you start, make sure you have the following installed:
Once you have the prerequisites installed, follow these steps:
-
Clone the Repository:
git clone https://github.com/kevinnhou/frc-scouting.git
-
Change into Project Directory
cd frc-scouting
-
Install dependencies using Bun:
bun install
-
Run the Development Server:
bun run dev
-
Visit the app at localhost:3000.