The react web application for ScoreTrak, a scoring engine built in go.
Clone the repository.
git clone https://github.com/ScoreTrak/clientSetup Buf Registry
npm config set @buf:registry https://buf.build/gen/npm/v1
For more information on the buf registry for Scoretrak, go to scoretrakapis.
Install Dependencies
npm installSet your dev environment values (https://vitejs.dev/guide/env-and-mode.html)
Start the application
npm run start# .env.development
VITE_API_SERVER_URL=http://scoretrak.dev.example.com:30080Build the application
npm run buildServe generated static files
npm run serve