n8n/packages/design-system
Iván Ovejero d7b3d649d6
refactor: Enforce no-explicit-any in design-system (no-changelog) (#4937)
👕 Enforce `no-explicit-any` in design-system
2022-12-15 16:27:17 +01:00
..
.storybook fix: Lint typescript stories (no-changelog) (#4723) 2022-11-25 13:00:59 +01:00
src refactor: Enforce no-explicit-any in design-system (no-changelog) (#4937) 2022-12-15 16:27:17 +01:00
theme/preview ci: Ensure that eslint runs on all frontend code (no-changelog) (#4602) 2022-11-15 18:20:54 +01:00
.browserslistrc
.eslintrc.js refactor: Enforce no-explicit-any in design-system (no-changelog) (#4937) 2022-12-15 16:27:17 +01:00
.gitignore refactor: Improve typings for element-ui imports (no-changelog) (#4678) 2022-11-25 10:51:51 +01:00
.npmignore
LICENSE.md
LICENSE_EE.md
package.json 🔖 Release n8n-design-system@0.47.0 2022-12-12 14:56:46 +00:00
postcss.config.js
README.md
tsconfig.json feat(core): Lazy-load nodes and credentials to reduce baseline memory usage (#4577) 2022-11-23 16:20:28 +01:00
vite.config.ts ci: Ensure that eslint runs on all frontend code (no-changelog) (#4602) 2022-11-15 18:20:54 +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.

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