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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Eslint

Check linting warnings or errors before PR

npm run lint

Fix linting warnings

npm run lint:fix