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.
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
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.
deno --version
deno --version
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.