# To start the web app

web: npm start

# To migrate the database during release. Runs after build.

release: pnpm release

