ByteBridge is a collaborative code editor desktop application built with Electron for real-time collaborative editing.
Install dependencies:
npm installTo build and start the app:
npm run startTo build the app with hot reloading:
npm run watchTo start the Yjs websocket server for collaboration:
npm run server