This is a Next.js project bootstrapped with create-next-app. Getting Started First, run the development server: npm run dev # or yarn dev # or pnpm dev # or bun dev If you want to use component as a client you have to write 'use client' at the very beginning as next js uses server components.