Watch videos on sync with every member of the room, with video controls access
Live link - C2Gether
C2Gether is a platform that allows users to watch videos in sync with every member of the room. It provides video control access to ensure everyone is on the same page.
- Node.js
- npm or yarn
-
Clone the repository:
git clone https://github.com/HLrahul/C2Gether.git
-
Install dependencies for both client and server:
npm run install-deps
-
Start both the client and server:
npm run dev
-
Build both the client and server:
npm run build
-
Start both the client and server from the build:
npm run start
install-deps: Installs dependencies for both client and server.dev: Starts both the client and server in development mode.build: Builds both the client and server.start: Starts both the client and server from the build.format: Formats the code using Prettier.prepare: Sets up Husky for Git hooks.
Contributions are welcome! Please open an issue or submit a pull request.