Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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:

  • .env vars 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.