This is a Turborepo that contains all the packages and apps for the Design System.
This repo includes the following packages/apps:
docs
: a Storybook instancedesign-tokens
: Design tokens connection with Figma Tokenstailwind-theme
: Tailwind theme based on design tokensui
: a React component library sharedeslint
:eslint
configurationstsconfig
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev
You can see the slides from the presentation here
You can find the Figma file over here