Skip to content

Commit

Permalink
feat(README): add instructions for starting Temporal Web UI and updat…
Browse files Browse the repository at this point in the history
…e run commands
  • Loading branch information
jellydn committed May 3, 2024
1 parent 4763dbe commit 754688f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ Other: Download and extract the latest release from https://github.com/temporali
temporal server start:dev
```

### Start the Temporal Web UI:

Open browser to http://localhost:8233 to see the Temporal Web UI.

## Then, in the project directory, using two other shells, run these commands:

```sh
bun run start:watch
bun run start:worker
bun run start:workflow
```

[![Demo](https://i.gyazo.com/bba64c9034d3187d366160537e8501f7.gif)](https://gyazo.com/bba64c9034d3187d366160537e8501f7)

[Here is an example output with `bun run dev`.](https://app.warp.dev/block/wjvnUWFaLj41XulMLsH2J7)

More detail on [saga](./saga.md).

## Resources
Expand Down

0 comments on commit 754688f

Please sign in to comment.