A polyrhythmic metronome and sequencer for the practise- and study of polyrhythms.
This application was written in TypeScript, core libraries include:
Run yarn dev
for a dev server. Navigate to http://localhost:3000/
. The app will automatically reload if you change any of the source files.
Run yarn build
to perform a production build of the project. The build artifacts will be stored in the dist/
directory.
Run yarn test
to execute the unit tests using Jest.