Skip to content

amhoba/syncdocs

Repository files navigation

SyncDocs

SyncDocs is a distributed, CRDT-based, peer-to-peer web document editor, similar in spirit to Google Docs, but built from the ground up.

Running Locally

Prerequisites

  • Rust
  • wasm-pack
  • Node.js and Yarn

Setup

  1. Clone the repository.

  2. Build the backend:

cd backend && cargo build --release
  1. Build the frontend:
cd frontend && wasm-pack build
cd www && yarn build --mode=production
  1. Run the backend:
cd backend && cargo run --release
  1. Open the application in your browser:
http://localhost:3012

About

SyncDocs is a distributed, CRDT-based, peer-to-peer web document editor, similar in spirit to Google Docs, but built from the ground up.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors