Skip to content

gehan/musicgen

Repository files navigation

Guess that chord

Small project to help with sight-reading. It displays a chord at random on a treble or bass clef and you have to guess what it is. It doesn't quite generate chords correctly for the key signature but it's a start.

To run

npm install
npm run dev

To develop

Run unit tests

npm run test

To run storybook

npm run storybook

To run storybook tests on CLI, ensure Storybook is running and run

npm run test-storybook

This assumes playwright is installed already:

npx playwright install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published