From 3648c654ccdf5c4b21407dec431524c071e1d9d7 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Mon, 9 Mar 2020 22:13:39 +0200 Subject: [PATCH] REadme --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 173f8f6..00a3154 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -# excalidraw-io \ No newline at end of file +# 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 +```