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:
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
Install dependencies
- 2
Start the dev server
- 3
Build project
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.