/crdocs

distributed crdt based document editor running in wasm

Primary LanguageRustGNU General Public License v3.0GPL-3.0

CRDOCS

A distributed CRDT based P2P web document editor à la Google Docs but more homegrown ;)

Running locally

  1. Clone
  2. Build the backend
( cd backend && cargo build --release )
  1. Build the front end
( cd frontend && wasm-pack build && cd www && yarn build --mode=production )
  1. Run the backend
cd backend && cargo run --release
  1. Load localhost:3012