Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 395 Bytes

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