Skip to content

Commit ea104e2

Browse files
committed
update en readme
1 parent 616f32d commit ea104e2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ git submodule update
6060
```
6161
This will also clone the other 3 repos via git submodule mechanism.
6262

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+
6371
## Docker Server
6472

6573
```

0 commit comments

Comments
 (0)