[![npm version](https://badge.fury.io/js/@coveo%2Fbueno.svg)](https://badge.fury.io/js/@coveo%2Fbueno)

# Bueno

A simple validator.

### Getting started

Once you have cloned the repo, follow the instructions in the top-level [README.md](https://github.com/coveo/ui-kit/src/main/README.md) to install dependencies and link packages.

To start the project in development mode, run:

```bash
pnpm run dev
```

To build the library for production, run:

```bash
pnpm run build
```

To run the unit tests for the components, run:

```bash
pnpm test
```

To run the unit tests for the components and watch, run:

```bash
pnpm run test:watch
```
