Zeno

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 pnpm

Node.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 zeno

Install dependencies:

pnpm install

Start development servers:

pnpm dev

Verify Installation

Run the full CI pipeline to ensure everything works:

pnpm ci

This runs:

  1. Linting with Ultracite
  2. TypeScript type checking
  3. Build all packages
  4. Unit tests with Vitest
  5. E2E tests with Playwright