File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To install the Restack Web UI, you can use Docker.
25
25
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
26
26
```
27
27
28
- # Start pods
28
+ # Start services
29
29
30
30
Where all your code is defined, including workflow steps.
31
31
@@ -37,7 +37,7 @@ pnpm build
37
37
pnpm dev
38
38
```
39
39
40
- Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
40
+ Your code will be running and syncing with Restack engine to execute workflows or functions.
41
41
42
42
# Schedule a workflow
43
43
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To install the Restack Web UI, you can use Docker.
25
25
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
26
26
```
27
27
28
- # Start pods
28
+ # Start services
29
29
30
30
Where all your code is defined, including workflow steps.
31
31
@@ -37,7 +37,7 @@ pnpm build
37
37
pnpm dev
38
38
```
39
39
40
- Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
40
+ Your code will be running and syncing with Restack engine to execute workflows or functions.
41
41
42
42
# Schedule a workflow
43
43
Original file line number Diff line number Diff line change @@ -16,17 +16,18 @@ To install the Restack Web UI, you can use Docker.
16
16
docker run -d --pull always --name studio -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
17
17
```
18
18
19
- # Start pods
19
+ # Start services
20
20
21
21
Where all your code is defined, including workflow steps.
22
22
23
23
add OPENAI_API_KEY in .env
24
24
25
+ ``` bash
25
26
pnpm i
26
27
27
28
pnpm dev
28
-
29
- Your code will be running in pods and syncing with Restack engine to execute workflows or functions.
29
+ ```
30
+ Your code will be running and syncing with Restack engine to execute workflows or functions.
30
31
31
32
# Schedule a workflow
32
33
You can’t perform that action at this time.
0 commit comments