Add README
This commit is contained in:
parent
990852db43
commit
7a9a9cb8ec
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal 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
|
Loading…
Reference in a new issue