> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Contribute to @neynar/nodejs-sdk

> Step-by-step guide for contributing to the Neynar Node.js SDK - from setup to submitting pull requests

<CodeGroup>
  ```bash Shell theme={"system"}
  git clone [email protected]:neynarxyz/nodejs-sdk.git
  ```
</CodeGroup>

<CodeGroup>
  ```bash Shell theme={"system"}
  git submodule update --init --recursive
  ```
</CodeGroup>

<CodeGroup>
  ```bash Shell theme={"system"}
  yarn install
  ```
</CodeGroup>
