A simple validator.
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 run dev
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