beatronome.one is a programmable drum computer for the practicing musician. Within seconds beatronome lets you adjust the drum pattern, increase tempo and keep track of time passing by while you do your exercises. Ready-to-go drum patterns are provided. With mobile devices in mind it comes as progressive web app, so you can put it on your smartphones home screen.
Developed by Thomas Thron.
This project uses yarn to manage dependencies. To install the necessary packages, run yarn
.
The development mode can be run with yarn start
, providing a server at http://localhost:3000/
. The production build can be generated by running yarn dist
.
With electron you can build a standalone application for desktop computers. To build an executable run yarn electron
.
The web app can be "installed" to your smartphones home screen. No store necessary.