After you ran the setup script as explained in the environment setup you are ready to start the actual development of porch. That process involves (among others) a combination of the tasks explained below. Build and deploy all of porch The following command will rebuild all of porch and deploy all of its components into your porch-test kind cluster (created in the environment setup): make run-in-kind Troubleshoot the porch API server There are several ways to develop, test and troubleshoot th...