This is a Next.js project bootstrapped with create-next-app.
Use correct node version
nvm useInstall dependencies
npm install
# or
yarn install
# or
pnpm installnpm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
Create production build
npm run build
# or
yarn build
# or
pnpm buildStart the app
npm run start
# or
yarn start
# or
pnpm startOpen http://localhost:3000 with your browser to see the result.