This repo is a Rush monorepo, so you'll need to install @microsoft/rush
globally:
npm install -g @microsoft/rush
Once 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 test
to run the testsrushx stories
to run the stories