This is a Next.js project bootstrapped with create-next-app
.
You need to copy env.example
to .env
and fill out the env variables.
Then install dependencies.
To run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:4000 with your browser to see the result.