Set the required environment variables in your .env.local
:
NEXT_PUBLIC_BASE_URL=https://ogimage.click
NEXT_PUBLIC_API_URL=https://ogimage.click/api
NEXT_PUBLIC_GOOGLE_ID=
NEXT_PUBLIC_GOOGLE_ADSENSE_ID=
Install the dependencies and run the app:
pnpm i
pnpm run dev