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 8d6b3a7 commit 1e01494Copy full SHA for 1e01494
README.md
@@ -12,10 +12,18 @@ This is a Phaser Editor 2D v3 project template.
12
13
## Run the editor
14
15
-If you have NodeJS installed, you can run the editor using the `editor` NPM script, defined in the `package.json` file:
+If you have NodeJS installed, you can run the editor using the `editor` NPM script, defined in the `package.json` file.
16
+
17
+First you have to install & update the dependencies:
18
19
```bash
20
$ npm install
21
+$ npm update
22
+```
23
24
+And then you can run the editor:
25
26
+```bash
27
$ npm run editor
28
```
29
0 commit comments