A simple polyrhythm visualizer which leverages the Web Audio API to synthesize sounds at runtime.
This app is deployed on GitHub pages: https://arneshrc.github.io/polyrhythm-visualizer/
To start a dev server on localhost:5173
:
$ npm run dev
To build the project:
$ npm run build