Streamly is an application that allows users to watch movies together in real-time, providing a synchronized viewing experience.
It was created by Anjali Garhwal and Anunay Jain.
To get started with Streamly, follow these steps:
-
Install Dependencies:
npm install
-
Start the Frontend Development Server:
npm run dev:front
-
Start the Full Development Server:
npm run dev
-
Build for Production:
npm run build
-
Start the Production Server:
npm run server:prod
-
Lint the Code:
npm run lint