2022-09-15 08:32:09 +00:00
|
|
|
# Jitsi Excalidraw backend
|
|
|
|
|
|
|
|
Simple [Excalidraw] collaboration backend based on [excalidraw-room].
|
|
|
|
|
|
|
|
## Building
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm install
|
|
|
|
npm run build
|
|
|
|
```
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm run start:dev
|
|
|
|
```
|
|
|
|
|
|
|
|
## Production
|
|
|
|
|
|
|
|
```bash
|
|
|
|
npm start
|
|
|
|
```
|
|
|
|
|
|
|
|
[Excalidraw]: https://excalidraw.com
|
|
|
|
[excalidraw-room]: https://github.com/excalidraw/excalidraw-room
|
2024-06-07 08:44:41 +00:00
|
|
|
|
|
|
|
## Fork & mirrors
|
|
|
|
|
|
|
|
Fork of https://github.com/jitsi/excalidraw-backend
|
|
|
|
|
|
|
|
Development happens at: https://repo.prod.meissa.de/meissa/excalidraw-backend
|
|
|
|
|
|
|
|
Mirrors are:
|
|
|
|
|
|
|
|
* https://github.com/DomainDrivenArchitecture/excalidraw-backend
|
|
|
|
|
|
|
|
For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos
|