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_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=your_cloud_name
UPSTASH_URL=your_upstash_url
UPSTASH_TOKEN=your_upstash_token
Control whether uploads are enabled:
NEXT_PUBLIC_UPLOAD_DISABLED=false
npm install
npm run dev