Available scripts

dev starts a Next.js development server.

build creates a production build.

start starts the built Next.js app.

typecheck runs TypeScript without emitting files.

check runs TypeScript and then a production build.

npm run dev
npm run build
npm run start
npm run typecheck
npm run check