albertlast / GameLiveCounterSvelte

Game Liv Counter with Svelte

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameLiveCounter with Svelte

Is a basic live counter for games, it can handle two person at the same time.

You can use the setting menu to switch to fullscreen, also when android with chromebase browser is used, you can also disable the screensaver (enable wakelock).

App

Requirments

Only a webserver to deliver the js files is needed, the website runs full on client side.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

About

Game Liv Counter with Svelte

License:MIT License


Languages

Language:Svelte 80.9%Language:JavaScript 12.2%Language:HTML 5.0%Language:TypeScript 1.3%Language:CSS 0.6%