Village Kit UI
A React component library for Village Kit projects, built on Chakra UI.
- Playful vibes
- Functional interfaces
- Maintainable code
- Accessible HTML
Check out the storybook:
TODO https://ui.villagekit.com
- TODO new gridbeam.xyz
- TODO new villagekit.com
- old gridkit.nz (legacy)
Requires Node 22.12+ (matches Storybook 10's minimum).
git clone git@github.com:villagekit/ui
cd ui
pnpm install
pnpm run devpnpm run dev starts Storybook on port 6006.
dev— Storybook dev serverbuild:pkg— build the package viatsuptodist/build:storybook— build the Storybook static site tostorybook-static/lint— Biome checktypes—tsc --noEmitpublint— verify the published package layout
npm version <patch|minor|major>
git push --follow-tagsPushing a v* tag triggers the release workflow to build and publish to npm.
Licensed under the EUPL v1.2 (?)