Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.4 KB

Readme.md

File metadata and controls

41 lines (33 loc) · 1.4 KB

Pinot Controller UI

This package contains code for Pinot Controller UI.

How to setup Pinot UI for development

  1. Make sure pinot backend is running on port 9000. Follow this guide for the same.
  2. Navigate to ui source code folder
cd pinot-controller/src/main/resources
  1. Install Required Packages. Make sure you are using node v16 or more specifically v16.15.0
npm install 
  1. Start the Development Server
npm run dev
  1. App should be running on http://localhost:8080