Simple soundboard made with Tailwind CSS and howler.js.
- Tailwind CSS (3)
- howler.js
- Vue.js (3)
- Vite
npm ci
npm run dev
Visit http://localhost:5173
to use the app. Any changes made to the code will be reflected in real-time.
npm ci
npm run build
This will create a dist
folder with all the files needed to deploy the app.
- The sound files are included in the repository. You can add your own sound files to the
public/audio
folder and update themounted
function insrc/components/Machine.vue
to load the new files.
Copyright (c) 2020-2024 Simon Rubuano (@mgkprod) and contributors
Licensed under the MIT license, see LICENSE.md for details.