This is a little music app project I built so I could try out Svelte.
git clone http://github.com/paulbjensen/lets-make-sweet-music
cd lets-make-sweet-music
npm i
npm run dev
Then you should be able to open the app on http://localhost:5173 and see it running there.
Creator: Paul Jensen