To run the project in development mode, use the following command:
npm run dev
This will start the Next.js development server with hot reloading.
To build the project for production, use the following command:
npm run build
This will create an optimized production build of the project.
To start the project in production mode, use the following command:
npm run start
This will start the Next.js server in production mode.
To lint the project, use the following command:
npm run lint
This will run the ESLint linter to check for code quality issues.