Compare commits

...

3 Commits

Author SHA1 Message Date
Panayiotis Lipiridis
6870f55f7d slash 2020-03-12 00:26:28 +02:00
Panayiotis Lipiridis
3bf9c13eba Merge 2020-03-12 00:25:37 +02:00
Panayiotis Lipiridis
313425537a Update readme and start script 2020-03-12 00:24:58 +02:00
2 changed files with 10 additions and 12 deletions

View File

@ -1,29 +1,27 @@
# excalidraw-room
The backend for collaboration in [Excalidraw](https://excalidraw.com).
## Requirements
- [Node.js](https://nodejs.org/en/)
- [Google Cloud SDK](https://cloud.google.com/sdk/?hl=en_US)
- [Node.js](https://nodejs.org)
- [Google Cloud SDK](https://cloud.google.com/sdk/)
## Install
## Install dependencies
```
yarn
```
## Build
```
yarn build
```
## Run
## Run locally
```
yarn start
```
## Deploy
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.

View File

@ -34,7 +34,7 @@
"prepare": "yarn gcp-build",
"pretest": "yarn gcp-build",
"prettier": "prettier \"**/*.{ts,md,json,yaml,yml}\"",
"start": "node ./index.js",
"start": "yarn build && node ./index.js",
"test": "yarn lint"
},
"version": "1.0.0"