A damn small soundboard based on some React code.
Note: I've recently rewritten the app in React for a quick demo and I've
dropped some features I do no longer need. Check the old branch as well.
yarn install- Place sound files (preferably .ogg files) in the
public/assets/sounds/-directory. - Copy
public/assets/config.json.exampletopublic/assets/config.jsonand adjust to your needs. yarn startwill launch a development server that listens tolocalhost:3000.
yarn buildgenerates a new production package inside thebuilddirectory.
Feel free to fork, I'd be glad to merge a pull request. ;)