This is a Next.js project bootstrapped with create-next-app
.
First, install dependencies:
npm install
# or
pnpm install
# or
yarn install
Next, run the development server:
npm run dev
# or
pnpm dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.