this is a test
pnpm install
pnpm dev
- Starts the development serverpnpm build
- Builds the application for productionpnpm start
- Runs the production build
pnpm test
- Runs the test suitepnpm test:watch
- Runs tests in watch mode
pnpm lint
- Checks code for linting errorspnpm format
- Formats code using Prettier
Note: Please ensure you have run pnpm install
before executing any of these commands.