Video streaming 🎥 front-end build using the server components of Next.js 13 app & Tailwind CSS.
git clone https://github.com/AkashSDas/curtains.git
cd curtains
npm iAdd .env.local file inside /curtains & add the following env variables:
BACKEND_URL=http://localhost:3000/apiStart development server:
npm run dev
