n8n/packages/design-system
2023-11-09 17:50:59 +01:00
..
.storybook feat(editor): Update storybook to 7.5.2 (no-changelog) (#7601) 2023-11-03 14:14:51 +02:00
public feat(editor): Update storybook to 7.5.2 (no-changelog) (#7601) 2023-11-03 14:14:51 +02:00
src refactor: Add rule no-constant-binary-expression (no-changelog) (#7670) 2023-11-09 17:50:59 +01:00
theme/preview refactor: Upgrade to Prettier 3 (no-changelog) (#6947) 2023-08-16 17:13:57 +02:00
.browserslistrc
.eslintrc.js
.gitignore
.npmignore
LICENSE.md
LICENSE_EE.md
package.json 🚀 Release 1.16.0 (#7652) 2023-11-08 14:20:22 +01:00
postcss.config.js
README.md
tsconfig.json
vite.config.ts ci: Conditionally re-enable coverage for frontend packages (no-changelog) (#7641) 2023-11-07 15:59:25 +01: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

n8n is fair-code distributed under the Sustainable Use License.

Proprietary licenses are available for enterprise customers. Get in touch

Additional information about the license can be found in the docs.