4. Deployment of reelnn‐frontend - rafsanbasunia/reelnn GitHub Wiki
reelnn (frontend)
🛠️ Deployment
1. Prerequisites
To use reelnn you have to deploy reelnn-backend first. After you've successfully deployed your backend and you've the BACKEND_URL
, then goto step 2.
2. Deployment
2.1 🌐 Deploy Using Vercel
- Fork the frontend repository.
- Create an account or Login in Vercel. Connect your github account and import your forked repository.
- Add the following environment varriables:
- Mandatory variables:
BACKEND_URL
SITE_SECRET
NEXT_PUBLIC_TELEGRAM_BOT_NAME
NEXT_PUBLIC_SITE_NAME
- Optional variables:
NEXT_PUBLIC_FOOTER_DESC
NEXT_PUBLIC_FOOTER_CONTACT
SHORTENER_API_KEY
SHORTENER_API_URL
- After adding all the variables, click deploy.
2.2 Local Deployment Guide
coming soon ...