mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
| .. | ||
| assets | ||
| specification | ||
| src | ||
| .browserslistrc | ||
| .gitignore | ||
| .npmignore | ||
| biome.jsonc | ||
| chromatic.config.json | ||
| eslint.config.mjs | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| stylelint.config.mjs | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.mts | ||
@n8n/design-system
A component system for n8n using Storybook to preview.
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm storybook
Build static pages
pnpm build:storybook
Run your unit tests
pnpm test:unit
Lints and fixes files
pnpm lint
Build css files
pnpm build:theme
Monitor theme files and build any changes
pnpm watch:theme
License
You can find the license information here
