Skip to content

Commit b16c8c6

Browse files
Updates readme.
1 parent 2cc89dd commit b16c8c6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,19 @@ If Phaser Editor 2D Core is globally installed, you can run:
4545
$ PhaserEditor2D -project .
4646
```
4747

48+
## Gitpod
49+
50+
This repository is ready for start coding in Gitpod, a Cloud Development Environment. You only need to [click on this link](https://gitpod.io/#https://github.com/PhaserEditor2D/starter-template-basic-javascript) for starting a new workspace.
51+
52+
This is what Gitpod does:
53+
54+
- Creates a workspace for this project.
55+
- Opens VS Code to edit this repo.
56+
- Installs & updates the dependencies of this repo.
57+
- Runs Phaser Editor 2D Core server in port `1959`.
58+
59+
In the **Ports** panel in VS Code, it shows the links for opening the editor (port `1959`). It gives you the options of copy the URL, open the URL in a preview panel, or open the URL in a new tab.
60+
4861
## Script Nodes
4962

5063
Script nodes are logic objects. You can add a script node to the scene or a game object, for extending it with custom data and behavior.

0 commit comments

Comments
 (0)