Extended components and application blocks for shadcn/ui.
corepack enable
pnpm install --frozen-lockfile
pnpm dev -- -p 3001Use http://localhost:3001 when another application already owns port 3000. HextaUI does not reserve a port permanently.
pnpm dev builds the local shadcn registry before starting Next.js. Generated public/r/*.json files are build artifacts and are intentionally not committed.
pnpm verify
pnpm buildpnpm verify checks the registry, TypeScript, ESLint, formatting, and tests.
See CONTRIBUTING.md for the four-file authoring workflow.