@itcase/forms
v1.1.114
Published
Forms fields, inputs, etc.
Readme
@itcase/forms
npm ciLocal
make dev
make storybook-dev
make typecheck
make buildmake dev— watch JS and CSSmake storybook-dev— Storybook with HMRmake typecheck— TypeScriptmake build— production bundle
Storybook: http://localhost:6006/
MCP: http://localhost:6006/mcp
Docker (dev)
make docker-runSame URLs. Source is mounted, file changes reload in Storybook. Stop with Ctrl+C.
Docker (prod)
Static Storybook + MCP, no watch. For a server / GHCR image.
make docker-build-prod
make docker-run-prod