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.
npm install
npm run dev
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