mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-27 06:45:26 +02:00
|
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (24.13.1) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Has been cancelled
CI: Master (Build, Test, Lint) / Lint (push) Has been cancelled
CI: Master (Build, Test, Lint) / Performance (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Has been cancelled
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| data | ||
| public | ||
| scripts | ||
| src | ||
| vite | ||
| .browserslistrc | ||
| .gitignore | ||
| .npmignore | ||
| biome.jsonc | ||
| eslint.config.mjs | ||
| index.html | ||
| index.js | ||
| package.json | ||
| postcss.config.cjs | ||
| README.md | ||
| stylelint.config.mjs | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.mts | ||
n8n-editor-ui
The UI to create and update n8n workflows
npm install n8n -g
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm serve
Compiles and minifies for production
pnpm build
Run your tests
pnpm test
Lints and fixes files
pnpm lint
Run your end-to-end tests
pnpm --filter=n8n-playwright test:local
Run your unit tests
pnpm test:unit
Customize configuration
License
You can find the license information here
