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

# Local Development

> Run SEED Farm locally.

The main application is a Next.js project.

```bash theme={null}
pnpm install
pnpm dev
```

Open the local app at `http://localhost:3000`.

## Useful commands

```bash theme={null}
pnpm lint
pnpm build
```

## Docs

Run these Mintlify docs from the `docs` directory:

```bash theme={null}
npm run dev
```
