Skip to content

nkalpak/zodform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZodForm

See docs

Installation

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

Repos

  • @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 tests
  • rushx stories to run the stories