Skip to content
/ daw Public

Digital Audio Workstation using web audio

Notifications You must be signed in to change notification settings

a9b3/daw

Repository files navigation

daw

Digital audio work station using React.

Dev

Running make will display all the dev tasks.

  deps       - Installs dependencies
  dev        - Runs development server   PORT ?= 5001
  story      - Runs storybook server     PORT ?= 5001
  lint       - Runs linter
  lint.fix   - Runs linter with fix
  test       - Runs tests                FILE ?= *
  test.watch - TDD                       FILE ?= *
  build      - Transpile source code

Example:

PORT=5002 make dev will spin up dev server on port 5002.

About

Digital Audio Workstation using web audio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages