mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
61129863f1
## Summary Commit generated with: ```bash grep -rl 'http://faircode.io' --include=*.md . | xargs sed -i 's/http:\/\/faircode.io/https:\/\/faircode.io/g' ``` ## Review / Merge checklist - [X] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md)) - [ ] [Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created. - [ ] Tests included.
992 B
992 B
n8n-design-system
A component system for n8n using Storybook to preview.
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm storybook
Build static pages
pnpm build:storybook
Run your unit tests
pnpm test:unit
Lints and fixes files
pnpm lint
Build css files
pnpm build:theme
Monitor theme files and build any changes
pnpm watch:theme
License
n8n is fair-code distributed under the Sustainable Use License.
Proprietary licenses are available for enterprise customers. Get in touch
Additional information about the license can be found in the docs.