LIGAS is a tool to simplify the measurement and managment of round times during a competition.
The online version can be found here
You can install this app as PWA. To do so open the page and follow this guide
Requires Node.js
# install dependencies
pnpm install
# start dev server
pnpm dev
# build the app
pnpm build
# check the project with svelte-check
pnpm check
# format all files with prettier
pnpm format
This project is licensed under the MIT License