Panayiotis Lipiridis vor 5 Jahren
Ursprung
Commit
3648c654cc
1 geänderte Dateien mit 32 neuen und 1 gelöschten Zeilen
  1. 32
    1
      README.md

+ 32
- 1
README.md Datei anzeigen

1
-# excalidraw-io
1
+# excalidraw-io
2
+
3
+## Requirements
4
+
5
+- [Node.js](https://nodejs.org/en/)
6
+- [Google Cloud SDK](https://cloud.google.com/sdk/install)
7
+
8
+## Install
9
+
10
+```
11
+yarn
12
+```
13
+
14
+## Build
15
+
16
+```
17
+yarn build
18
+```
19
+
20
+## Run
21
+
22
+```
23
+yarn start
24
+```
25
+
26
+## Deploy
27
+
28
+Make sure you have access to the [`excalidraw-io`](https://console.cloud.google.com/home/dashboard?project=excalidraw-io) project.
29
+
30
+```
31
+yarn deploy
32
+```

Laden…
Abbrechen
Speichern