31 lines
503 B
Markdown
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
|
|
```
|