Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

wikiwarsgg/soundboard

Repository files navigation

Wikiwars Soundboard

Usage

Open a terminal and run :

nvm use # Optional, install Node.js 13
yarn

Then, start a dev server :

yarn dev

Manage sounds

You will need to :

  • Add your files into folders under the assets folder ;
  • List your files into assets/sounds.json.

First, copy assets/sounds.json.sample and add your files :

cp assets/sounds.json.sample assets/sounds.json

Imagine you have theses files :

public/assets/
|_folder-1/
| |_foo.mp3
| |_bar.mp3
|_folder-2/
  |_baz.mp3

Then you would need the following JSON :

assets/sounds.json

{
  "folder-1": ["foo.mp3", "bar.mp3"],
  "folder-2": ["baz.mp3"]
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published