Fine tune your hearing by guessing random musical notes.
This project was originally bootstrapped with Create React App, and then upgraded to Vite.
npm installTo start a local development server with hot-reloading:
npm run devThe app will be available at http://localhost:5173.
npm run buildThis will compile the TypeScript code and generate optimized production files in the dist/ directory.
npm run previewServes the production build locally at http://localhost:4173.
To view and develop components in Storybook:
npm run storybookStorybook will be available at http://localhost:6006.
npm run lintTo deploy to GitHub Pages:
npm run deployThis source files for the musical notes were obtained from the University of Iowa Electronic Music Studios.
- See ./ROADMAP.md to find out what's coming up for this app!