Skip to content

Installation

Prerequisites

  • Node.js 20+
  • A React app, ideally Vite React with TypeScript

Install The Packages

bash
npm install @openorca-ui/core @openorca-ui/react @openorca-ui/theme

Create A New Vite App

bash
npm create vite@latest my-openorca-app -- --template react-ts
cd my-openorca-app
npm install
npm install @openorca-ui/core @openorca-ui/react @openorca-ui/theme

Then continue to First Dashboard.

Frontend-first agent operations UI for React.