UI component kit built with React, TypeScript, and Vite. Includes Storybook, unit tests, ESLint, Stylelint, and pre-commit checks.
npm install ui-kit-leo-darkshiresnpm run dev: start Vite dev server
npm run build: build app bundle
npm run storybook: run Storybook locally
npm run build-storybook: build Storybook
npm run test: run unit tests
npm run lint: run ESLint
npm run lint:styles: run Stylelint
npm run typecheck: run TypeScript checks
npm run lint:all: run all checks (lint, style, types, tests)