Installation

Install dependencies, run the project locally, and understand the basic folder layout.

Prerequisites

Prime UI is a modern Next.js app. Recommended local setup:

RequirementRecommendation
Node.js22+
Package managerpnpm
Note

The workspace uses pnpm and a monorepo layout. If you use another package manager, keep lockfiles consistent to avoid tooling warnings.

Install and run

These commands cover the most common workflow: install dependencies, start the UI app, and verify a production build.

  1. 1

    Install dependencies

    pnpm install
  2. 2

    Start the dev server

    pnpm dev
  3. 3

    Build project

    pnpm build

Project layout

Content lives inside src/content.

src
app
components
configs
website-config.ts
content
blog
docs
changelog
legal

Next steps

Once the app is running locally, configure content and navigation so the site structure matches your project.