excalidraw-swe/README.md

21 lines
506 B
Markdown
Raw Normal View History

2022-12-10 11:17:42 +00:00
# excalidraw-collaboration
One click to init an excalidraw with collaboration.
Docs:
- [Self hosted online collaborative drawing platform Excalidraw | Log4D](https://en.blog.alswl.com/2022/10/self-hosted-excalidraw/)
- [私有化在线协同画图平台 Excalidraw | Log4D]( https://blog.alswl.com/2022/10/self-hosted-excalidraw/ )
Build:
```
2022-12-10 12:09:23 +00:00
# ignore submodule changes, we will patch them
git config submodule.excalidraw.ignore all
make patch
2022-12-10 11:17:42 +00:00
make images
make generate-compose
docker-compose up
```