@coveo/bueno
v1.1.8
Published
[](https://badge.fury.io/js/@coveo%2Fbueno)
Downloads
427,722
Keywords
Readme
Bueno
A simple validator.
Getting started
Once you have cloned the repo, follow the instructions in the top-level README.md to install dependencies and link packages.
To start the project in development mode, run:
pnpm run devTo build the library for production, run:
pnpm run buildTo run the unit tests for the components, run:
pnpm testTo run the unit tests for the components and watch, run:
pnpm run test:watch