Skip to content

T0biWan/soundboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundboard

A mobile web app to play sounds.

Give your pen & paper adventures more depth with or annoy your friends.

screenshot

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Adding sounds

Edit src/sounds.json and add an array to the topics-object where you can add your sounds, for example:

"atmosphere": [
  {"title": "thunder", "sound":"URL"}
]

After that you have to compile the project again:

npm run build

Built With

Licensing

The code in this project is licensed under MIT license.

About

mobile web app to play sounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published