[Educational Purpose] This is a design system starter kit for my blog series Design System 101.
git clone https://github.com/jingsu96/design-system-starter-kit.git
pnpm install
design-system-starter-kit
├── packages
│ ├── components # React components library
│ ├── css # CSS library for components
│ ├── design-tokens # Design tokens
| ├── tsconfig # TypeScript config
│ └── core # Core library for components
design-system-starter-kit
|── .changeset # Changeset for versioning
|── .storybook # Storybook config
├── plop-tmplates # Plop templates
├── scripts # Scripts (setupTest, ...)
MIT