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
1. Install [VSCode](https://code.visualstudio.com/) or [VSCode Insiders](https://code.visualstudio.com/insiders/)
@@ -97,16 +109,13 @@ environment that allows one-click configuration of your development environment.
97
109
* Clone this repo and open in VSCode, or
98
110
*[Open in Dev Containers](http://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/temporal-sa/hackathon-starter)
99
111
100
-
### Gitpod
101
-
102
-
[Gitpod](https://www.gitpod.io) is a remote development environment that allows
103
-
one-click configuration of your development environment.
104
-
105
-
[](https://gitpod.io/#https://github.com/temporal-sa/hackathon-starter)
106
-
107
-
### Docker
112
+
### Docker Compose
108
113
109
-
> [!TIP]
114
+
> [!NOTE]
115
+
> Run the application inside [Docker Compose](https://docs.docker.com/compose).
116
+
> This is **NOT** a development environment, but does allow you to run the whole
117
+
> application stack on your local machine.
118
+
>
110
119
> This will run the Temporal UI on [localhost:8080](http://localhost:8080)
111
120
112
121
1. Enter the directory for the language you wish to develop in (eg, `cd golang`)
@@ -115,6 +124,14 @@ one-click configuration of your development environment.
115
124
1. In one terminal window, run `docker compose up worker`
116
125
1. In another terminal window, run `docker compose up starter`
117
126
127
+
### Gitpod
128
+
129
+
> [!NOTE]
130
+
> [Gitpod](https://www.gitpod.io) is a remote development environment that allows
131
+
> one-click configuration of your development environment.
132
+
133
+
[](https://gitpod.io/#https://github.com/temporal-sa/hackathon-starter)
0 commit comments