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

clone the reposity

-install node module following command

Replace .env file with actucal credentials

install node modules by following commnad

npm install

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev