Skip to content

3. Development

Gianni C edited this page Jul 3, 2023 · 2 revisions
Warning

Please read the full documentation here: https://docs.kubero.dev

Local development

Clone the repository

git clone [email protected]: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