@coveo/bueno

A simple validator.

Usage no npm install needed!

<script type="module">
  import coveoBueno from 'https://cdn.skypack.dev/@coveo/bueno';
</script>

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:

npm start

To build the library for production, run:

npm run build

To run the unit tests for the components, run:

npm test

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

npm run test:watch