Track the scores of teams during CyberPatriot competitions in a clean, organized, and condensed format
Demo |
First, clone the repo with Git:
git clone https://github.com/okdargy/cpat-scores
Second, install the necessary dependences:
pnpm i
Last, run the development server:
pnpm dev