Currently in beta, goal-keeper is meant to serve as an simple and sastisfying alternative to existing score keeping methods.
To run just git clone the folder, install dependencies and run.
If you opt to use another package manager, please delete the pnpm lock file first.
# clone directory
git clone https://github.com/lynnlo/goal-keeper.git
cd goal-keeper
# install dep (pnpm reccomended)
pnpm i
# run
vite dev