Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.31 KB

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