n8n/packages/design-system
2021-08-24 10:59:45 +02:00
..
.storybook set comment for icons 2021-08-09 17:35:19 +02:00
src fix button without click 2021-08-16 12:13:22 +02:00
theme clean up theme 2021-08-24 10:59:45 +02:00
.browserslistrc update browser lint rc 2021-08-09 17:23:56 +02:00
.editorconfig
.eslintrc.js
.npmignore
babel.config.js fix storybook issues 2021-08-10 10:38:04 +02:00
gulpfile.js reduce theme build 2021-08-09 18:42:26 +02:00
jest.config.js
LICENSE.md
package.json match deps versions 2021-08-09 19:55:40 +02:00
README.md remove preview link 2021-08-09 17:39:50 +02:00
tsconfig.json
tslint.json add tslint step 2021-08-09 17:11:29 +02:00

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