Next.js & NextUI Template Technologies Used Next.js 14 NextUI v2 Tailwind CSS Tailwind Variants TypeScript Framer Motion next-themes How to Use Install dependencies You can use one of them npm, yarn, pnpm, bun, Example using npm: npm install Run the development server npm run dev Build source for deployment npm run build Start production npm start