This commit is contained in:
Panayiotis Lipiridis 2020-03-09 22:13:39 +02:00
parent 192c110e5e
commit 3648c654cc

View File

@ -1 +1,32 @@
# excalidraw-io
# excalidraw-io
## Requirements
- [Node.js](https://nodejs.org/en/)
- [Google Cloud SDK](https://cloud.google.com/sdk/install)
## Install
```
yarn
```
## Build
```
yarn build
```
## Run
```
yarn start
```
## Deploy
Make sure you have access to the [`excalidraw-io`](https://console.cloud.google.com/home/dashboard?project=excalidraw-io) project.
```
yarn deploy
```