n8n-io / subscription-app

Subscription app

Home Page:https://plans.n8n.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscription App

FrontendApp to purchase licenses for n8n.

Production env

Staging env

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Staging

npm run build:test

Type-Check, Compile and Minify for Production

npm run build:prod

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

npm run build
npm run test:e2e

Lint with ESLint

npm run lint

About

Subscription app

https://plans.n8n.io/


Languages

Language:Vue 49.9%Language:TypeScript 35.4%Language:SCSS 9.0%Language:HTML 4.5%Language:JavaScript 1.0%Language:Shell 0.1%