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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,18 +8,18 @@
8
8
9
9
## What is SyrupJS ?
10
10
11
-
#### a JSON Virtual Machine (JVM)
11
+
#### the runtime of System Designer
12
12
13
13
[SyrupJS](https://syrupjs.github.io) (System Runtime Platform) is a JavaScript library to run and manage **JavaScript Application Systems** created with [System Designer](http://designfirst.io).
14
14
15
-
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store your model, components and the behaviors of your app.
15
+
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
16
+
System SDK is a SDK for building JavaScript Application Systems.
16
17
17
-
SyrupJS will load your JSON and run your app as a JVM (JSON Virtual Machine).
18
+
#### a JSON Virtual Machine (JVM)
18
19
19
-
#### part of System SDK
20
+
[JSON](http://json.org) is traditionnaly used to represent data. We use this format to store your model, components and the behaviors of your app.
20
21
21
-
SyrupJS is part of the [System SDK project](https://github.com/system-sdk).
22
-
System SDK is a SDK for building JavaScript Application Systems.
22
+
SyrupJS will load your JSON and run your app as a JVM (JSON Virtual Machine).
0 commit comments