Hi @Qeezy ,
You should be able to work with openvidu call running the following steps:
- Clone with
git clone https://github.com/OpenVidu/openvidu-call.git
- Run the backend:
cd openvidu-call/backend
npm install
npm run dev:start
- In a new terminal, run the frontend:
cd openvidu-call/frontend
npm install
npm run dev:start
The application will be available at http://localhost:5080.
Regards