# Getting started with AuditKit

Full-stack website and GitHub repo auditor: scores performance, SEO, accessibility, security, structured data and AI readiness, then generates a ready-to-run AI agent fix brief.

## Install

```bash
git clone https://github.com/nirholas/AuditKit.git
```

## Verify the install

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

```bash
git clone https://github.com/nirholas/AuditKit.git
cd AuditKit
```

Available commands:

| Command | Runs |
|---|---|
| `npm run dev` | `turbo run dev` |
| `npm run build` | `turbo run build` |
| `npm run lint` | `turbo run lint` |
| `npm run test` | `turbo run test` |

## Next steps

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