Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 416 Bytes

File metadata and controls

18 lines (13 loc) · 416 Bytes

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.