/MeadowlarkDAW.github.io

The official website for the Meadowlark DAW

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

MeadowlarkDAW.github.io

The official website for the Meadowlark DAW

Developing

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

Building

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.