n8n/packages/design-system
2021-08-09 18:15:56 +02:00
..
.storybook set comment for icons 2021-08-09 17:35:19 +02:00
src remove assets 2021-08-09 18:11:00 +02:00
theme move into preview 2021-08-09 18:15:56 +02:00
.browserslistrc update browser lint rc 2021-08-09 17:23:56 +02:00
.editorconfig apply editorconfig 2021-08-09 12:00:14 +02:00
.eslintrc.js update eslintrc 2021-08-09 12:53:32 +02:00
.npmignore add design system repo 2021-08-09 11:29:11 +02:00
babel.config.js switch to single space 2021-08-09 12:42:22 +02:00
gulpfile.js switch to single space 2021-08-09 12:42:22 +02:00
jest.config.js switch to single space 2021-08-09 12:42:22 +02:00
LICENSE.md switch to tabs 2021-08-09 12:35:39 +02:00
package.json add test step 2021-08-09 17:20:48 +02:00
README.md remove preview link 2021-08-09 17:39:50 +02:00
tsconfig.json switch to tabs 2021-08-09 12:35:39 +02:00
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