ScoreScout Developing Pull the repository Install dependencies with pnpm i Start a development server: pnpm run dev Building To build the project, run: docker build -t scorescout . To run the project, run: docker run -p 3000:3000 scorescout