# tuna and Docusaurus

## Step 1. Download the client

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

## Step 2. Run Docusaurus server

In the [official documentation](https://docusaurus.io/docs/installation) you can find instructions for creating a new project, then start the development server:

```shell
yarn start

```

During startup, the hosting address will be displayed:

```shell
[INFO] Starting the development server...
[SUCCESS] Docusaurus website is running at: http://localhost:3000/

```

## Step 3. Run tuna

```bash
tuna http localhost:3000

```
