We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616f32d commit ea104e2Copy full SHA for ea104e2
README.md
@@ -60,6 +60,14 @@ git submodule update
60
```
61
This will also clone the other 3 repos via git submodule mechanism.
62
63
+We provide a shell script `ide.sh` to ease the process for you.
64
+
65
+```
66
+./ide.sh build # transpile and pack the frontend to webjars
67
+./ide.sh run # start the backend server
68
69
+Server runs on port 8080 by default, visit localhost:8080 to check it out.
70
71
## Docker Server
72
73
0 commit comments