A distributed CRDT based P2P web document editor à la Google Docs but more homegrown ;)
- Clone
- Build the backend
( cd backend && cargo build --release )
- Build the front end
( cd frontend && wasm-pack build && cd www && yarn build --mode=production )
- Run the backend
cd backend && cargo run --release
- Load
localhost:3012