Merge pull request #40 from alswl/feat/doc-demo-railway

doc: add railway demo link
This commit is contained in:
Jingchao 2023-12-02 10:40:15 +08:00 committed by GitHub
commit c2fd843282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,17 @@
# excalidraw-collaboration # excalidraw-collaboration
One click to init an excalidraw with collaboration. Demo:
[demo](https://excalidraw-production-4d27.up.railway.app/) on [Railway](https://railway.app?referralCode=HM_ZCO)
One click to deploy your excalidraw with collaboration.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/PjQnHs?referralCode=HM_ZCO) [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/PjQnHs?referralCode=HM_ZCO)
Snapshot: Snapshot:
![snapshot](./_assets/snapshot.png) ![snapshot](./_assets/snapshot.png)
Demo:
[Live Demo](https://draw2.dmitrysamoylenko.in/)
A live room sample here: [live room](https://draw2.dmitrysamoylenko.in/#room=f8671f3fdef3ada5128c,Dyn8aqg8RII9rzUVIl9i7w)
Thanks a lot to @samoylenkodmitry.
Related docs: Related docs:
- [Self hosted online collaborative drawing platform Excalidraw | Log4D](https://en.blog.alswl.com/2022/10/self-hosted-excalidraw/) - [Self hosted online collaborative drawing platform Excalidraw | Log4D](https://en.blog.alswl.com/2022/10/self-hosted-excalidraw/)
@ -55,10 +51,11 @@ Replace the `VITE_APP_HTTP_STORAGE_BACKEND_URL` and `VITE_APP_WS_SERVER_URL` wit
- [x] upload Docker Hub image - [x] upload Docker Hub image
- [ ] S3 storage support - [ ] S3 storage support
- [ ] SSO support - [ ] SSO support
- [ ] HTTPS Demo and docs - [x] HTTPS Demo and
- [x] HTTPS docs
- [ ] Helm support - [ ] Helm support
- [x] online demo - [x] online demo
- [ ] one click to deploy somewhere - [x] one click to deploy Railway
## Upgrade Guide ## Upgrade Guide