Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 663 Bytes

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.