Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 329 Bytes

Polyrhythm Visualizer

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