This monorepo contains two packages: football-scoreboard-library and football-scoreboard-ui.
- football-scoreboard-library: A TypeScript library that implements the core functionality for managing football matches, including adding, updating, and finishing matches.
- football-scoreboard-ui: A React application that provides a user interface for interacting with the scoreboard library.
To manage the monorepo, the following scripts are available:
-
Build Both Packages:
pnpm run build
-
Start Development Server for UI:
pnpm run dev
- Node.js: The project requires Node.js version
^20.11.1
.
MIT License.