WebAudio-based sound mixer for FreeSoung.org sounds.
You can find it here 🔊.
- Install yarn (https://yarnpkg.com/en/docs/install)
- Run
yarnin the project folder - Wait until all packages are installed
Run yarn build to build a repo. Run yarn watch to build and watch for changes.
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.
Run yarn test or yarn test:watch to check code.
Linting is possible with yarn lint and yarn lint:fix.