excalidraw-room/README.md
Panayiotis Lipiridis 6870f55f7d slash
2020-03-12 00:26:28 +02:00

31 lines
503 B
Markdown

# excalidraw-room
The backend for collaboration in [Excalidraw](https://excalidraw.com).
## Requirements
- [Node.js](https://nodejs.org)
- [Google Cloud SDK](https://cloud.google.com/sdk/)
## Install dependencies
```
yarn
```
## Run locally
```
yarn start
```
Visit [`localhost:8080`](http://localhost:8080) to test it.
## Deploy to GCP
Make sure you have access to the [`excalidraw-room`](https://console.cloud.google.com/home/dashboard?project=excalidraw-room) project.
```
yarn deploy
```