Zod schemas for validating requests and responses from EC.
-
Package name:
@socotra/ec-react-schemas
-
Repo Path:
packages/schemas
-
Install:
npm i @socotra/ec-react-schemas
-
Usage:
import { mySchema } from '@socotra/ec-react-schemas';
To build the package:
pnpm run build
To run tests:
pnpm run test
To run the linter:
pnpm run lint
To run the sandbox
cd ../sandbox
pnpm run dev
Installing directly for local development
pnpm i ../path/to/this/packages/components