n8n/packages/design-system
2022-03-07 09:49:41 +00:00
..
.storybook Add Templates (#2720) 2022-02-28 10:57:44 +01:00
src 🐛 Fix issue with tooltips getting displayed behind node details view 2022-03-04 17:34:24 +01:00
theme Add Templates (#2720) 2022-02-28 10:57:44 +01:00
.browserslistrc
.editorconfig
.eslintrc.js
.npmignore
babel.config.js
gulpfile.js
jest.config.js
LICENSE.md
package.json 🔖 Release n8n-design-system@0.13.0 2022-03-07 09:49:41 +00:00
README.md
tsconfig.json
tslint.json

n8n-design-system

A component system for n8n using Storybook to preview.

Project setup

npm install

Compiles and hot-reloads for development

npm run storybook

Build static pages

npm run build:storybook

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Build css files

npm run build:theme

Monitor theme files and build any changes

npm run watch:theme