This is a simple piano application built with Nuxt 3 and vueuse/sound.
You can demo the application here.
Install the dependencies:
/simple-piano$ npm install
Start the development server on http://localhost:3000
:
/simple-piano$ npm run dev
Deploy to GitHub Pages:
/simple-piano$ npm run generate