Skip to content

ZetaPlugins/website

Repository files navigation

ZetaPlugins Homepage

Installation & Running

  1. Install dependencies:
pnpm install
  1. Start the development server:
pnpm dev
  1. Build for production:
pnpm build
  1. Preview the production build:
pnpm preview

Requires pnpm and Node.js 20+.