These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- npm
- Docker (server only)
- Clone the repository
git clone https://github.com/yourusername/scouting-app-2024.git
- Navigate into the cloned repository
cd scouting-app-2024
- Install dependencies
npm install
- Running the client
npm run dev --workspace client
- Running the server
npm run dev --workspace server
- Running both the server and the client
npm run dev
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