# tuna and Temporal

## Step 1. Download the client

Instructions are available on the [installation page](https://tuna.am/en/docs/guides/install.md).

## Step 2. Run Temporal server

Instructions for setting up the environment can be found in the [official documentation](https://learn.temporal.io/getting_started/).

## Step 3. Run tuna

Temporal uses port `7233` by default for API:

```bash
tuna http localhost:7233

```

And port `8233` for Web interface:

```bash
tuna http localhost:8233

```
