A set of utilities for easy work with form values and errors.
Repository is using bun
-
bun run build
- build all the packages -
bun run lint:fix
- autofix linter errors -
bun run start
- start storybook in dev mode -
start:storybook:e2e
- start storybook for e2e testing -
make build_e2e
- build docker container for e2e testing -
make test_e2e
- run all the e2e tests -
make dev_e2e
- run playwright in dev mode -
bun run test
- run all the code validators and tests