From 89ff6477f726d513bc93e4dbbef2af602759adc9 Mon Sep 17 00:00:00 2001 From: dwelle Date: Thu, 28 Oct 2021 15:55:46 +0200 Subject: [PATCH] update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 3185124..7fc58d3 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # Excalidraw Portal Collaboration server for Excalidraw + +# Development + +- install + + ```sh + yarn + ``` + +- run development server + + ```sh + yarn start:dev + ``` + +# Deployment + +NOTE: currently the server IS NOT deployed automatically on push to the `master` branch, and must be done so manually by an admin.