mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
0e8cb74ab3
feat(editor): Added instance ID to about modal and restyled credentials docs link * 💄 Use Notice component instead of Callout in CredentialConfig, remove unused imports * 💄 Use css var for n8n-notice component and override it for credential configs to get rid of additional margins * ✅ Update n8n-notice snapshots Co-authored-by: Oleg Ivaniv <oleg@n8n.io> |
||
---|---|---|
.. | ||
.storybook | ||
src | ||
theme | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.npmignore | ||
babel.config.js | ||
gulpfile.js | ||
jest.config.js | ||
LICENSE.md | ||
LICENSE_EE.md | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
vite.config.ts |
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
License
n8n is fair-code distributed under the Sustainable Use License.
Additional information about the license can be found in the docs.