Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6870f55f7d | ||
|
3bf9c13eba | ||
|
313425537a |
20
README.md
20
README.md
@ -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.
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user