https://github.com/jsulpis/metronome
Metronome web application with a modern UI
https://github.com/jsulpis/metronome
Last synced: about 1 year ago
JSON representation
Metronome web application with a modern UI
- Host: GitHub
- URL: https://github.com/jsulpis/metronome
- Owner: jsulpis
- License: gpl-3.0
- Created: 2021-06-07T21:20:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T16:55:24.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T06:56:24.263Z (about 1 year ago)
- Language: Vue
- Homepage: https://metronome-blue.vercel.app
- Size: 10.8 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Metronome
Online metronome application with a modern UI
[](https://github.com/jsulpis/metronome/actions/workflows/build.yml)
[](https://sonarcloud.io/summary/new_code?id=jsulpis_metronome)
[](https://sonarcloud.io/summary/new_code?id=jsulpis_metronome)
[](https://www.gnu.org/licenses/gpl-3.0)
## 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 :
```shell
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](https://github.com/jsulpis/metronome/blob/main/LICENSE) license.