This repository is a monorepo managed by Lerna and pnpm workspaces. It contains three packages that make up the Lemon design system:
- @xrdev_38/lemon-css: SCSS-based design system (tokens, utilities, components).
- @xrdev_38/lemon-icons: SVG icon collection.
- @xrdev_38/lemon-illustrations: Illustration assets in SVG/PNG/JPG.
Install all dependencies and bootstrap workspaces:
pnpm install
-
npm run build
Builds all packages:pnpm run build
-
npm run lint
Lints all relevant files (only @xrdev_38/css uses Stylelint):pnpm run lint
-
npm run test
Runs tests in all packages:pnpm run test
- CSS Package: packages/css/README.md
- Icons Package: packages/icons/README.md
- Illustrations Package: packages/illustrations/README.md