Add README

This commit is contained in:
Saúl Ibarra Corretgé 2022-09-15 10:32:09 +02:00
parent 990852db43
commit 7a9a9cb8ec

25
README.md Normal file
View file

@ -0,0 +1,25 @@
# 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