Creating a Recipe

1. Create New Recipe

From your DevZero Console, select Create New >> Create new recipe. This will take you to the new repo page.

2. Name Your Recipe

Provide a name for your new Recipe.

3. Select Repository

From here, you can choose to use a public Github repository by providing a URL or you can authenticate to our Github App to select a private repository.

Alternatively, you can launch a blank Recipe by clicking "Create a recipe" without providing a code repo.

If you're not using GitHub or prefer a different authentication method, check out this section on cloning source code.

4. Make Recipe Changes

Make desired changes to your Recipe, select 'Save and Build' to initiate a build process, verifying successful Recipe compilation. To streamline Recipe creation, we offer suggested steps based on an analysis of your code.

After you've successfully built your Recipe and are done iterating, you're ready to Publish the Recipe to your Recipe Library.

We provide detailed build logs to help you identify any errors in your build and make iterating on Recipes easy.

5. Launch A Workspace from New Recipe and Connect

Click 'Launch' to create a new Workspace from your Recipe. To connect to your Workspace, you'll need to install the DevZero CLI. From there you can connect with VSCode or a directly with a terminal.

Last updated