/score-scout-frontend

Primary LanguageSvelteGNU Affero General Public License v3.0AGPL-3.0

ScoreScout

Developing

  1. Pull the repository
  2. Install dependencies with pnpm i
  3. 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