# Run the setup script. You can do this without installing node_modules first.
npm run setup
# Build the web app
bun quilt-web # build to disk for production
bun quilt-web --dev # start the development server
# Build the dekstop app
bun quilt-web --dev # run this in the background
bun quilt-desktop --dev # build and launch the electron app
# Run tests
bun test