A simple traditional Pomodoro timer implented in svelte.js and bulma css!
Simply choose your webserver of choice and serve the public
folder
In Most cases this should be enough:
python3 -m http.server public/
You can yarn run dev
to run a test instance.
To build, simply do yarn run build