Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 506 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 506 Bytes

skeescore

this is a web app you can run and access to get an automatic skee-ball scorer, so you don't have to use paper. it runs on 10 frames with a configurable number of players per team.

setup

if you have docker installed, you can do docker compose up and you'll get a running skeescore at localhost:8000

if not, you'll have to do: npm install && npm run dev

to build a distribution suitable for a static page, use npm run build and the webpage will be compiled to your ./dist directory