4201VitruvianBots / scouting-app-2024

Development of Team 4201's Scouting Application
MIT License
2 stars 0 forks source link
frc-scouting

scouting-app-2024

Build all components Format with Prettier

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/yourusername/scouting-app-2024.git
  1. Navigate into the cloned repository
cd scouting-app-2024
  1. Install dependencies
npm install

Running the Client/Server

  1. Running the client
npm run dev --workspace client
  1. Running the server
npm run dev --workspace server
  1. Running both the server and the client
npm run dev

Generate Fake Data

If you don't have real scouting data to use to test the picklist interface/other interfaces, run the following to generate some fake data:

npm run --workspace server gen-fake-json