Skip to content

Commit 23f19ce

Browse files
authored
readme: add link to samples (#252)
1 parent 7069686 commit 23f19ce

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This repo contains the source code of the Cadence server. The client lib you can
1010

1111
See Maxim's talk at [Data@Scale Conference](https://atscaleconference.com/videos/cadence-microservice-architecture-beyond-requestreply) for an architectural overview of Cadence.
1212

13-
## Running
13+
## Getting Started
1414

15-
### Locally
15+
### Start the cadence-server locally
1616

1717
* Build the required binaries following the instructions [here](CONTRIBUTING.md).
1818

@@ -42,6 +42,10 @@ brew install cassandra
4242

4343
You can also [build and run](docker/README.md) the service using Docker.
4444

45+
### Run the Samples
46+
47+
Try out the sample recipes [here](https://github.com/samarabbas/cadence-samples) to get started.
48+
4549
## Contributing
4650
We'd love your help in making Cadence great. Please review our [instructions](CONTRIBUTING.md).
4751

0 commit comments

Comments
 (0)