An interval timer progressive web app
William Brawner
3b736cb793
This is to workaround the following error: > Key "globals": Global "AudioWorkletGlobalScope " has leading or trailing whitespace. Taken from this SO post: https://stackoverflow.com/a/75524936 |
||
---|---|---|
.devcontainer | ||
.forgejo/workflows | ||
.vscode | ||
public | ||
src | ||
test | ||
.gitignore | ||
Dockerfile | ||
eslint.config.mjs | ||
gzip.conf | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
renovate.json | ||
swa-cli.config.json | ||
tsconfig.json | ||
vite.config.ts |
Interval Timer
An open-source interval timer PWA, intended for High-Intensity Interval Training (HIIT).
Building
npm run build
Local Development
npm run dev