# tuna and Laravel Herd

## Step 1. Download the client

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

## Step 2. Start Herd server

Installation instructions can be found in the [official documentation](https://herd.laravel.com/docs/1/getting-started/installation).

## Step 3. Run tuna

Herd uses port `80` by default to access your web project:

```bash
tuna http 80

```

For correct request routing, you may need to pass the Host header, for example:

```bash
tuna http --request-header="host:tuna.am" 80

```
