Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 300 Bytes

File metadata and controls

29 lines (19 loc) · 300 Bytes

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+.