kmooney / skeescore

interactive skeeball score sheet so we don't have to do it on paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

interactive skeeball score sheet so we don't have to do it on paper


Languages

Language:Vue 59.5%Language:JavaScript 24.3%Language:CSS 12.4%Language:HTML 3.8%