Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.01 KB

devDependencies status

A set of utilities for easy work with form values and errors.

Local development

Repository is using bun

Local development

  • 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