Skip to content

Frontend Setup

Setup guide for the ChatOps frontend.

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

cd web
npm install

Configuration

Create .env file:

VITE_API_URL=http://localhost:8000

Development

npm run dev

The app will be available at http://localhost:5173

Build

npm run build

Next Steps