Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 902 Bytes

REACT MIXER 🎧🎚🎛

Build Status

WebAudio-based sound mixer for FreeSoung.org sounds.

DEMO

You can find it here 🔊.

INSTALLATION

COMPILATION

Run yarn build to build a repo. Run yarn watch to build and watch for changes.

SERVING

Run yarn serve and navigate to http://localhost:8080. This will build, watch and serve data with webpack-dev-server.

In production you can use npm start, which will serve data from ./src/client. Manual prebuild is required.

TEST

Run yarn test or yarn test:watch to check code. Linting is possible with yarn lint and yarn lint:fix.