Skip to main content

Common Commands

Below are some essential commands you will frequently use.

🚀 Useful Commands

pnpm install  //Install dependencies
pnpm dev //Run the development server
pnpm test //Run Tests
pnpm lint //Lint Code
⚠️ Important
  1. Throughout the project always use pnpm commands instead of npm.
  2. Ensure you follow best practices while executing commands to prevent issues.