Skip to main content

Local development

Clone the repository

git clone git@github.com:kubero-dev/kubero.git
copy .env.template .env

export your kubernetes config

kind get kubeconfig --name kubero-001 > ./kubeconfig

Make sure the context in your kubeconfig the same as in the .env file KUBERO_CONTEXT

Start the UI Backend

yarn dev

Build the Client UI

cd client
yarn dev