You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,6 @@ Find the ediTDor here to try it out:
7
7
8
8
https://eclipse.github.io/editdor/
9
9
10
-
## Building the App
11
-
12
-
There are two ways this app can be built. One way would be for using it as a standalone application, the
13
-
other one for using it embedded into a production environment.
14
-
The available environment variables are:
15
-
16
-
```bash
17
-
REACT_APP_IS_STANDALONE={flag} # true or false
18
-
```
19
-
20
-
If the REACT_APP_IS_STANDALONE environment variable is set to true, REACT_APP_HOST and REACT_APP_PORT are going to be
21
-
used for building the UIs target. Otherwise "/" is used.
22
-
The package.json already contains build options for this (build, build-standalone).
23
-
24
10
## About this project
25
11
26
12
The goal of this project is the easy creation of W3C Thing Description instances and Thing Models by providing a platform-independent ediTDor tool. The following features are addressed in this project
0 commit comments