n8n/packages/design-system
2021-08-09 13:59:16 +02:00
..
.github/workflows switch to single space 2021-08-09 12:42:22 +02:00
.storybook switch to single space 2021-08-09 12:42:22 +02:00
src switch to single space 2021-08-09 12:42:22 +02:00
theme switch to single space 2021-08-09 12:42:22 +02:00
.browserslistrc
.editorconfig apply editorconfig 2021-08-09 12:00:14 +02:00
.eslintrc.js update eslintrc 2021-08-09 12:53:32 +02:00
.gitignore
.npmignore
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 switch to tabs 2021-08-09 12:35:39 +02:00
README.md apply editor config prettier 2021-08-09 12:22:21 +02:00
tsconfig.json switch to tabs 2021-08-09 12:35:39 +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