Note: This is a shortened version of the README. I will update it with more details and instructions as I go along.
This README provides instructions for setting up the WebRTC video chat application locally.
Ensure you have the following installed:
- Node.js (version 14 or higher)
- npm or Yarn
git clone https://github.com/Smnthjm08/duoLink-peerjs-webrtc
cd duoLink-peerjs-webrtc
npm install
npm run dev
The application will be available at http://localhost:3000.
-
Navigate to the backend directory:
cd backend
-
Install backend dependencies:
npm install
-
Run the server:
npm run dev
Now, your server is running, and you can access the application and Socket.IO functionality.
This version keeps it concise while providing the necessary steps for local setup. Let me know if you need any more changes!