Dani asked me to build a program where a random note is played on a keyboard and then it plays until the next dominant note is reached. So I did that in Svelte :)
# install dependencies
npm install
# start the server
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openIf you want to create a production version of the app
npm run buildYou can preview the production build with npm run preview.