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
- Throughout the project always use pnpm commands instead of npm.
- Ensure you follow best practices while executing commands to prevent issues.