This is a Next.js project bootstrapped with create-next-app.
First install the package
npm i
Rename the .env.example to .env.local and populate the environment variables
Last, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev