Getting Started npx create-next-app@latest blog-platform cd blog-platform npm install mongoose next-auth @next-auth/mongodb-adapter bcryptjs npm install -D @types/bcryptjs First, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev