Skip to content

excalidraw with collaboration feature, one-click deploy

Notifications You must be signed in to change notification settings

mgielda/excalidraw-collaboration

 
 

Repository files navigation

excalidraw-collaboration

One click to init an excalidraw with collaboration.

Snapshot:

snapshot

Demo:

WIP

Related docs:

Build and Run

Clone, patch, and build:

git clone --recursive [email protected]:alswl/excalidraw-collaboration.git
cd excalidraw-collaboration
git config submodule.excalidraw.ignore all # ignore submodule changes, we will patch them

make patch images
git commit -a -m 'feat: new image'
make bump-version
docker-compose up

Browse it:

  • open http://127.0.0.1/ ,and you will see the excalidraw page
  • Click the Live Collaboration button, and you will see the collaboration page
  • Now you can share the collaboration page with your friends, and you can draw together.

About public network release:

if you want to release your own excalidraw in public network, you should modify the excalidraw.production.env file, Replace the REACT_APP_HTTP_STORAGE_BACKEND_URL and REACT_APP_WS_SERVER_URL with your own domain.

About

excalidraw with collaboration feature, one-click deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%