Skip to content

jsulpis/metronome

Repository files navigation

Metronome

Online metronome application with a modern UI

CI Quality Gate Status Coverage License: GPL v3

Application mockups

What is this ?

This app is an attempt to make a good-looking but functional metronome application on the web. It is a PWA so you can install it on your device (which is how it is intended to be used).

Feel free to open an issue if you have any suggestion or if you find a bug.

Local development

Installation

Clone the repo, then :

pnpm i # If you don't have pnpm installed, run: npm i -g pnpm

Development

Serve with hot reload at http://localhost:3000

pnpm dev

Build

pnpm build

License

Released under the GPL-3.0 license.