> ## 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>


## Related topics

- [Getting Started with Neynar NodeJS SDK](/reference/getting-started-with-nodejs-sdk.md)
- [Developer Ecosystem](/docs/neynar-developer-ecosystem-for-farcaster.md)
- [Neynar User Score](/docs/neynar-user-quality-score.md)
- [Getting Started](/farcaster/learn/index.md)
- [SDK v1 to v2 migration guide](/reference/neynar-nodejs-sdk-v1-to-v2-migration-guide.md)
