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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,11 @@ This is the entry point to setup and run the WebIDE Community Edition project. I
35
35
36
36
## Environment
37
37
38
-
WebIDE Frontend uses **npm** for package management, **webpack** and **babel** for building.
38
+
WebIDE Frontend require **node v6.x** as build environment (this will save you from alot of weird errors). We recommend **yarn** for package management, **webpack** and **babel** is used for building.
39
+
39
40
Frontend Webjars & WebIDE Backend use **maven3** and **java8**.
40
41
41
-
Please ensure you have corresponding tools installed in your environment before build and run the project.
42
+
The project requires at minimum 512MB memory to run. Please ensure you have corresponding tools installed in your environment before build and run the project.
0 commit comments