Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.33 KB

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