> For the complete documentation index, see [llms.txt](https://proof-of-apes.gitbook.io/proof-of-apes-poa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://proof-of-apes.gitbook.io/proof-of-apes-poa/more-information/for-developers.md).

# For Developers

{% hint style="info" %}
**Good to know:** Our Github is public, we encourage new developer to create pull requests and join the development.
{% endhint %}

## GitHub Integration

Get setup and start your development today!

{% tabs %}
{% tab title="Clone" %}
Readme:

```
git clone //
```

{% endtab %}

{% tab title="Build" %}

```
yarn; npx hardhat compile;
```

{% endtab %}
{% endtabs %}
