# Getting started with extract-llms-docs

llm.energy - Extract documentation for AI agents from any site with llms.txt support

## Install

```bash
npm install llms-forge
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/extract-llms-docs.git
cd extract-llms-docs
```

Available commands:

| Command | Runs |
|---|---|
| `npm run dev` | `next dev -p 3001` |
| `npm run build` | `next build` |
| `npm run start` | `next start -p 3001` |
| `npm run lint` | `next lint` |
| `npm run test` | `vitest` |
| `npm run typecheck` | `tsc --noEmit` |

## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/extract-llms-docs#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/extract-llms-docs/issues).
