Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 484 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 484 Bytes

WeChatter (Beta)

A WebRTC based real-time video conferencing app.

Running in Docker

There is a provided Docker compose configuration file provided in the root directly. Simply run the following command in the root directory to build and run both the client and api server:

docker compose up --build

Running Locally

To run locally, run the following commands in the api folder, then in the client folder:

npm install && npm start