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
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,20 @@ A "component" in webgme is general term for one of the following:
16
16
- layout
17
17
18
18
# Quick Start
19
-
WebGME apps require [NodeJS](https://nodejs.org/en/download/) and [MongDB](https://www.mongodb.org/downloads#production) installed on the host system (the server). It is recommended to use [nvm](https://github.com/creationix/nvm) for installing NodeJS.
20
-
21
-
## Setting up a WebGME app
22
-
First install the project with
19
+
It is recommended to use for installing NodeJS (required for webgme-cli).
20
+
## Installing webgme-cli
21
+
First, install NodeJS using [nvm](https://github.com/creationix/nvm). Then install NodeJS 8:
0 commit comments