The official website for the Meadowlark DAW
Once you've have cloned the repository do the following:
# Install all the dependencies needed to run/build the project
npm i
# Execute the 'dev' macro, running the app in http://127.0.0.1:5173
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.