Procedure

Install Deno runtime

Install Deno via the official install script (curl on macOS/Linux, PowerShell on Windows), add ~/.deno/bin to PATH if needed, then verify with deno --version.

  1. Install Deno from https://docs.deno.com/runtime/getting_started/installa

    Install Deno from https://docs.deno.com/runtime/getting_started/installation/ . macOS/Linux: curl -fsSL https://deno.land/install.sh | sh . Windows PowerShell: irm https://deno.land/install.ps1 | iex

  2. Follow the installer PATH instructions (typically export DENO_INSTALL="$

    Follow the installer PATH instructions (typically export DENO_INSTALL="$HOME/.deno" and add $DENO_INSTALL/bin to PATH), then open a new terminal.

  3. deno --version

    deno --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11X2N8258KCW5PWAGA9CSM9

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.