excalidraw with collaboration feature, self-hosting, and only one-click deploy
Go to file
2022-12-10 20:11:32 +08:00
excalidraw@015bdb1c0a feat: init 2022-12-10 19:17:42 +08:00
excalidraw-room@c0bf0ba76c feat: init 2022-12-10 19:17:42 +08:00
excalidraw-storage-backend@2e1412b671 feat: init 2022-12-10 19:17:42 +08:00
.gitignore chore: ignore submodule 2022-12-10 20:11:32 +08:00
.gitmodules feat: init 2022-12-10 19:17:42 +08:00
docker-compose.yaml feat: makefile and docker compose 2022-12-10 19:51:56 +08:00
excalidraw.dockerignore fix: missing dockerignore 2022-12-10 20:06:52 +08:00
excalidraw.env.production feat: makefile and docker compose 2022-12-10 19:51:56 +08:00
Makefile fix: missing dockerignore 2022-12-10 20:06:52 +08:00
README.md chore: ignore submodule 2022-12-10 20:11:32 +08:00
VERSION feat: makefile and docker compose 2022-12-10 19:51:56 +08:00

excalidraw-collaboration

One click to init an excalidraw with collaboration.

Docs:

Build:

# ignore submodule changes, we will patch them
git config submodule.excalidraw.ignore all

make patch
make images
make generate-compose
docker-compose up