Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 457 Bytes

Install

git clone https://github.com/tibulca/mongodb-operator-ui.git
cd mongodb-operator-ui
helm install mongodb-operator-ui helm_chart --namespace=mongodb

Run locally

Prerequisites

  1. Node.js 14+
  2. yarn
git clone https://github.com/tibulca/mongodb-operator-ui.git
cd mongodb-operator-ui
yarn install
yarn dev

open http://localhost:3000