This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, isntall dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev