This project is now hosted on https://dawlingo.vercel.app/
First clone the repository using
git clone https://github.com/lavinialei2/dawlingo.git
Then install all relevant node packages
cd dawlingo/my-app
npm install
npm install tone
To run the app, use the command
npm start
This week, we set up creating basic DAW features in a React app. Our first interaction flow is for users to explore adding tracks, recording clips, and adjusting the volumes of individual tracks.
This week, we set up a Home Screen and Playground Workspace where the users can see an outline of the lessons they will be taking and practice implementing the basic DAW skills they learned from the first lesson. For the first interaction flow, click on the first lesson under "Basics." For the second interation flow, click on the playground button in the top right corner.