This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm i
npm run devOr run build and run production server:
npm i
npm run build
npm run startOpen http://localhost:3000 with your browser to see the result.
Modify .env file if you need to.