# Getting started with bitrefill-plugin

Bitrefill plugins for SperaxOS — Default, Markdown, Standalone, and OpenAPI types

## Install

```bash
git clone https://github.com/nirholas/bitrefill-plugin.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/bitrefill-plugin.git
cd bitrefill-plugin
```

Available commands:

| Command | Runs |
|---|---|
| `npm run dev` | `vercel dev` |
| `npm run build` | `bun scripts/build.ts` |
| `npm run lint` | `tsc --noEmit` |

## Next steps

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