n8n/packages/design-system
github-actions[bot] 700dd916f6
🚀 Release 1.78.0 (#13096)
Co-authored-by: elsmr <8850410+elsmr@users.noreply.github.com>
2025-02-06 14:04:06 +01:00
..
.storybook
public
src feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
theme/preview
.browserslistrc
.eslintrc.js feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
.gitignore
.npmignore
biome.jsonc
chromatic.config.json
package.json 🚀 Release 1.78.0 (#13096) 2025-02-06 14:04:06 +01:00
postcss.config.js
README.md
tailwind.config.js
tsconfig.json feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00
vite.config.mts feat: Add reusable frontend composables package (#13077) 2025-02-06 12:44:30 +02:00

n8n.io - Workflow Automation

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