This repo is a Svelte rewrite of my Simple Soundboard, which uses jQuery.
Add the sound files you wish to have on your soundboard in the /public/sounds/ folder. Then create a JSON file to describe those files.
{
"name": "A Stench of Cow Manure...",
"artist": "Jim Mandich",
"mp3": "/sounds/A-Stench-of-Cow-Manure.mp3"
},
{
"name": "Absolutely Correct Sir",
"artist": "Neil Rogers/Old Bridge Dude",
"mp3": "/sounds/Absolutely-Correct-Sir.mp3"
},
{
"name": "Anybody have a heart or a liver",
"artist": "Jennifer Rehm",
"mp3": "/sounds/Anybody-have-a-heart-or-a-liver.mp3"
}
]
Visit the Svelte website to learn how to setup, build, and deploy a Svelte website.