# Getting started with lyra-registry

Central registry hub for Lyra ecosystem tools, agents, and plugins - the NPM for Crypto AI Tools

## Install

```bash
npm install
```

## Verify the install

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

```bash
git clone https://github.com/nirholas/lyra-registry.git
cd lyra-registry
```

Available commands:

| Command | Runs |
|---|---|
| `npm run dev` | `next dev` |
| `npm run build` | `next build` |
| `npm run start` | `next start` |
| `npm run lint` | `next lint` |

## Next steps

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