LIGAS is a tool to simplify the measurement and managment of round times during a competition.
- 🎉 Installable as PWA
- 📌 Online Version
- 📝 Changelog
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
- 🔑 Svelte, 💨 TailwindCSS and 🎨 daisyUI are used for the UI
- 💎 Vite is used to build the app
- 🎈 Lucide icons are spread around
This project is licensed under the MIT License