Creating a Recipe

At the moment, the only interface for creating a recipe is our Web UI. We plan to add this functionality to our CLI soon.

Creating a Recipe in the Web UI

  1. A recipe always starts from a repository. To get started, first visit the DevZero Console.

  2. Create a recipe by clicking Create New (top-right) >> Create New Recipe. This will take you to the new repo page.

  3. Either start typing the name of a private repo or paste the URL of any public GitHub repo (eg: https://github.com/facebook/react).

If you're not using GitHub, check out this section on custom cloning source code.

  1. Modify your recipe, then click Save (top-right).

  2. Give the recipe a name and description (so you can find it later!), check the toggle for team recipe if you want to share the recipe (more info here), and save it!

  3. The initial build process might take a few minutes, depending on the repo and its dependencies. We expose the logs during the build process in case you need to troubleshoot anything. Once done, the status next to the recipe name will turn green, and "Launch Workspace Now" will be enabled.

You can learn more about getting workspaces from recipes in the Workspace Overview page.

Last updated