-
Notifications
You must be signed in to change notification settings - Fork 107
3. Development
Gianni C edited this page Jul 3, 2023
·
2 revisions
Please read the full documentation here: https://docs.kubero.dev
git clone git@github.com:kubero-dev/kubero.git
copy .env.template .env
kind get kubeconfig --name kubero-001 > ./kubeconfig
Make sure the context in your kubeconfig the same as in the .env file KUBERO_CONTEXT
yarn dev
cd client
yarn dev