Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 806 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 806 Bytes

Local Environment Setup

We have included some makefile targets to ease the local development process. You will need the following tools installed to get started.

You can then run make which will build the project and setup the build submodule. Once this is finished you can then run make dev which will boot up a kind cluster, install Crossplane, any CRDs for the project, and then start the provider.

You can run make dev-clean to then cleanup the cluster, or make dev-restart which will run the dev-clean and then the dev targets.