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
@@ -45,7 +44,7 @@ In fact, System Designer acts as an ODM (Object-Document Mapper) to manage your
45
44
46
45
#### Run your system
47
46
48
-
You can run your system directly from System Designer and then export it to HTML, JSON, JavaScript, a Node.js module or a [Graphviz](http://graphviz.org) file (* macOS, Windows, Linux and PWA version only).
47
+
You can run your system directly from System Designer and then export it to HTML, JSON, JavaScript, a Node.js module or a [Graphviz](http://graphviz.org) file (\* macOS, Windows, Linux and PWA version only).
49
48
50
49
Because you have defined a model for your application, a [Dynamic Type Check](https://en.wikipedia.org/wiki/Type_system#DYNAMIC) is done on every action of your system. All warnings are send and shown in System Designer.
51
50
@@ -75,7 +74,7 @@ Once you have cloned the repository, install the dependencies:
75
74
76
75
```sh
77
76
npm i
78
-
```
77
+
```
79
78
80
79
#### Build for web
81
80
@@ -160,17 +159,17 @@ Once server started, go to [http://localhost:9001/](http://localhost:9001/). All
0 commit comments