This repo is a Rush monorepo, so you'll need to install @microsoft/rush globally:
npm install -g @microsoft/rushOnce you have Rush installed, you can install the dependencies:
rush update@zodform/core- the logic for rendering components from a schema@zodform/docs- the docs site@zodform/mantine- a Mantine theme for the components
Most of the development is usually done in @zodform/core.
Navigate to apps/core and run:
rushx testto run the testsrushx storiesto run the stories