A minimal, un-opinionated, extensible library for making interactive UIs.
Install all dependencies:
npm run install
Test the library in a vanilla Js website:
npm run dev-vanilla
Test the library in a React website:
npm run dev-react
Run end-to-end tests:
npm run test:e2e
Run unit tests:
npm run test:ut