Running the Project Locally
If you haven’t installed anything then, check here. Ensure docker instances are running, see here on how to start one up.
Make sure:
-
.envvars are set -
Backend server is running
cd server
go run cmd/server/main.go # run the server(gin)
- React client is running
cd collaboratex-frontend
pnpm dev # react frontend
- WebSocket services
cd yjs-server
node server.js
Then open your browser, head where frontend is running, Signup and enjoy.