1
0
Fork 0
mirror of https://github.com/n8n-io/n8n.git synced 2025-02-21 02:56:40 -08:00
n8n/packages/design-system
github-actions[bot] e92a993694
🚀 Release 0.222.0 ()
2023-03-30 14:53:19 +02:00
..
.storybook feat(editor): Upgrade to Storybook v7 (no-changelog) () 2023-02-14 12:44:13 +01:00
src feat(editor): Fix ResourceLocator dropdown style () 2023-03-22 15:36:10 +01:00
theme/preview ci: Ensure that eslint runs on all frontend code (no-changelog) () 2022-11-15 18:20:54 +01:00
.browserslistrc
.eslintrc.js ci: Setup eslint-import-resolver-typescript for improved TS linting () 2022-12-22 09:55:39 +01:00
.gitignore ci: Setup code-coverage reporting (no-changelog) () 2023-03-10 16:53:05 +01:00
.npmignore
LICENSE.md
LICENSE_EE.md
package.json 🚀 Release 0.222.0 () 2023-03-30 14:53:19 +02:00
postcss.config.js
README.md
tsconfig.json feat(core): Lazy-load nodes and credentials to reduce baseline memory usage () 2022-11-23 16:20:28 +01:00
vite.config.ts ci: Setup code-coverage reporting for frontend packages (no-changelog) () 2023-03-14 13:13:21 +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.