Skip to content

Lord-Turmoil/metrognome

Repository files navigation

Metrognome Logo

Metrognome

Copyright © Tony's Studio 2022 - 2025


Build

Overview

This project aims to provide a minimalist metronome for musicians without any unnecessary features.

Try it now!

Development

Metrognome is developed with Capacitor using native HTML, CSS, and JavaScript. See the official Capacitor documentation for more information.

Sensitive Information

Since this repository is public, sensitive information such as API keys should not be committed. Therefore, all these information is placed in src/js/private.js which is ignored. To build the project locally, you need to create this file and add the following content:

// meta file and download base url, do not end with '/'
export const BASE_URL = "https://...";
// web app url
export const WEB_URL = "https://...";