3.

What is the command to start a Next.js project in development mode?

next run dev

next dev

npm run dev

npm start dev