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

# Contributing

> How to contribute to Foundry

# Contributing

## Development

```bash theme={null}
git clone https://github.com/devizerio/foundry
cd foundry
./scripts/setup.sh
pnpm dev
```

## Pull Requests

1. Create a branch from `main`
2. Make your changes
3. Run `pnpm lint && pnpm test && pnpm build`
4. Submit a PR

## Code Style

* Prettier handles formatting (run `pnpm format`)
* TypeScript strict mode is enforced
* All new database tables must have RLS policies
* Tests live next to source files
