npm.io
1.1.9 • Published 3 months ago

@coveo/bueno

Licence
Apache-2.0
Version
1.1.9
Deps
0
Size
38 kB
Vulns
0
Weekly
0
Stars
68

npm version

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 dev

To build the library for production, run:

pnpm run build

To run the unit tests for the components, run:

pnpm test

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

pnpm run test:watch