# Welcome Contributors!

We’re thrilled to have you here! Your ideas, code, and passion can make a real difference. Let’s build something amazing together!

## Contributing

- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request

## Build the project:

```
npm run build
```

## Use the CLI:

```
npx .
```

## Pack the library for manual import:

```
npm pack
```
