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.example
topublic/assets/config.json
and adjust to your needs. yarn start
will launch a development server that listens tolocalhost:3000
.
yarn build
generates a new production package inside thebuild
directory.
Feel free to fork, I'd be glad to merge a pull request. ;)