# 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 ```