Skip to content

"Customizable" and expandable Electron and React soundboard

License

Notifications You must be signed in to change notification settings

ezxmora/ezxboard

Repository files navigation

License Language GitHub last commit

"Customizable" and expandable Electron and React soundboard

Installation

  • Go to releases
  • Select the portable or the instalable version
  • Download it
  • ???
  • Done

Building

If you feel like building the project because you don't like something on it (I can't blame you) you have two options, run it with:

yarn install
# Edit whatever you have to edit
yarn run dist

or

rm yarn.lock
npm install
# Edit whatever you have to edit
npm run dist

Contribute

If you feel like something is missing or have some ideas you can create a pull request

Acknowledgments