Skip to content

noahcroghan/daw-web-app

Repository files navigation

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