This repository contains the source code of callabify which is an open source code collaboration platform.
cd client
npm run dev #will run on port 5173 http://localhost:5173cd server
npm start #will run on port 8080 http://localhost:8080cd wsserver
npm start # will run on port 1234 ws://localhost:1234This project is licensed under the MIT License - see the LICENSE file for details.