Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 706 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 706 Bytes

Digital Audio Workstation (DAW) Web App

A sequencer built with React, and Tone.js.

Development

Setup by running:

git clone https://github.com/noahcroghan/daw-web-app.git #clone repo
cd daw-web-app                                           #change into repo directory
npm install                                              #install dependencies
npx vite                                                 #run development server

Credits