Installation
Get started with Zeno in minutes
Requirements
Package Manager
Zeno uses pnpm for fast, disk-efficient package management. Install it globally:
npm install -g pnpmNode.js
Zeno requires Node.js 24 or higher. Install it from the Node.js website.
Quick Start
Clone the Zeno repository:
git clone https://github.com/your-org/zeno.git
cd zenoInstall dependencies:
pnpm installStart development servers:
pnpm devVerify Installation
Run the full CI pipeline to ensure everything works:
pnpm ciThis runs:
- Linting with Ultracite
- TypeScript type checking
- Build all packages
- Unit tests with Vitest
- E2E tests with Playwright