Install the dependencies:
{{ packageManager }} install{{ packageManager }} run build: Build the app for production.{{ packageManager }} run check: Run static checks, including lint and format.{{ packageManager }} run dev: Run the app dev server.{{ packageManager }} run format: Format code.{{ packageManager }} run lint: Lint code.{{ packageManager }} run preview: Preview the app production build.{{ packageManager }} run test: Run tests.{{ packageManager }} run test:watch: Run tests in watch mode.