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

# Contributing

> How to contribute to tsdraw

We welcome contributions — code, docs, bug reports, or ideas.

## Setup

1. Fork [tsdraw](https://github.com/tsdraw/tsdraw)
2. Clone locally
3. `npm install && npm run build`
4. Create a branch and PR

## Development

Packages use [tsup](https://tsup.egoist.dev) and [vitest](https://vitest.dev).

```bash theme={null}
npm run build     # Build all
npm run test      # Run tests
npm run typecheck # Check types
```

## Community

Join the [Discord](https://discord.gg/jAmRTeJTRU).
