> For the complete documentation index, see [llms.txt](https://benchmarking-aggregators.gitbook.io/benchmarking-cross-chain-bridges/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://benchmarking-aggregators.gitbook.io/benchmarking-cross-chain-bridges/running-the-benchmarker/setup.md).

# Setup

{% code fullWidth="false" %}

```sh
yarn run setup
```

{% endcode %}

Setups up the repository by running the below scripts and creates required folders.&#x20;

```sh
yarn run setup:contracts
```

Sets up the foundry contracts by installing libraries. It is the same as `forge install`

```sh
yarn run setup:yarn
```

Installs the js packages by running `yarn`
