Skip to content

4201VitruvianBots/scouting-app-2024

Repository files navigation

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

  • Node.js
  • npm
  • Docker (server only)

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

About

Development of Team 4201's Scouting Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published