Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .gitpod.readme.md

This file was deleted.

47 changes: 0 additions & 47 deletions .gitpod.yml

This file was deleted.

8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

- [samples-typescript](#samples-typescript)
- [Running](#running)
- [In browser](#in-browser)
- [Locally](#locally)
- [Scaffold](#scaffold)
- [Samples](#samples)
Expand All @@ -30,13 +29,6 @@ Each directory in this repo is a sample Temporal project built with the [TypeScr

## Running

### In browser

The fastest way to try out these samples is running them in the browser:

- Gitpod: [One click to try](https://gitpod.io/#https://github.com/temporalio/samples-typescript/) (there is a good free tier)
- [GitHub Codespaces](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace) (if your org admin has enabled this) - [90 second video demo](https://youtu.be/FdEQQC9EdfU)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is GH codespaces supposed to be removed as well?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should still be possible, but I personally have no strong feeling in explicitly calling this out.


### Locally

Run Temporal Server:
Expand Down
120 changes: 0 additions & 120 deletions docker-compose.yml

This file was deleted.

20 changes: 0 additions & 20 deletions search-attributes/.post-create

This file was deleted.

2 changes: 0 additions & 2 deletions search-attributes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ This runs [`src/client-operator-service.ts`](./src/client-operator-service.ts),
- Read search attributes from `WorkflowInfo`
- Upsert search attributes

This requires an Elasticsearch instance, which is included in the default `docker-compose`.

### Running this sample

1. `temporal server start-dev` to start [Temporal Server](https://github.com/temporalio/cli/#installation).
Expand Down