There are certain variables you need to create to deploy this application at your end, and here's how you can get them all:
CLOUDINARY_CLOUD_NAME=your_cloud_nameCLOUDINARY_API_KEY=your_api_keyCLOUDINARY_API_SECRET=your_api_secretNEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=your_cloud_nameUPSTASH_URL=your_upstash_urlUPSTASH_TOKEN=your_upstash_tokenControl whether uploads are enabled:
NEXT_PUBLIC_UPLOAD_DISABLED=falsenpm installnpm run dev