n8n/packages/design-system
2021-08-09 12:29:36 +02:00
..
.github/workflows apply editor config prettier 2021-08-09 12:22:21 +02:00
.storybook apply editor config prettier 2021-08-09 12:22:21 +02:00
src lint issue 2021-08-09 12:29:36 +02:00
theme apply editor config prettier 2021-08-09 12:22:21 +02:00
.browserslistrc add design system repo 2021-08-09 11:29:11 +02:00
.editorconfig apply editorconfig 2021-08-09 12:00:14 +02:00
.eslintrc.js add design system repo 2021-08-09 11:29:11 +02:00
.gitignore add design system repo 2021-08-09 11:29:11 +02:00
.gitmodules add design system repo 2021-08-09 11:29:11 +02:00
.npmignore add design system repo 2021-08-09 11:29:11 +02:00
babel.config.js add design system repo 2021-08-09 11:29:11 +02:00
gulpfile.js add design system repo 2021-08-09 11:29:11 +02:00
jest.config.js add design system repo 2021-08-09 11:29:11 +02:00
LICENSE.md add design system repo 2021-08-09 11:29:11 +02:00
package.json add design system repo 2021-08-09 11:29:11 +02:00
README.md apply editor config prettier 2021-08-09 12:22:21 +02:00
tsconfig.json apply editor config prettier 2021-08-09 12:22:21 +02:00

n8n-design-system

A component system for n8n using Storybook to preview.

You can preview project here.

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