Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 587 Bytes

Soundboard

Soundboard is a desktop app, which provide the opportunity to import sounds and play them on Key presses. It is optimized for games like FIFA and PES to get a better atmosphere after goal scoring ect.

How to install / develop

YARN

Run the following commands:
yarn install - Installing Dependency for local development
yarn build - Compile and build
yarn test - Run unit tests
yarn start - Compile and build the files and start the application yarn package:win - Build a package to ship the application for windows

How to use