Procedure

Install Supabase CLI

Install the Supabase CLI globally (Homebrew/Scoop/Linux packages) or as a project npm dependency per official docs, then verify with supabase --version or npx supabase --version.

  1. Install per https://supabase.com/docs/guides/local-development/cli/getti

    Install per https://supabase.com/docs/guides/local-development/cli/getting-started . Global: macOS/Linux brew install supabase/tap/supabase ; Windows Scoop: scoop bucket add supabase https://github.com/supabase/scoop-bucket.git then scoop install supabase ; or Linux packages from that page. Project: Node.js 20+, then npm install supabase --save-dev and run via npx supabase .

  2. Open a new terminal if PATH changed. Prefer the same install method for

    Open a new terminal if PATH changed. Prefer the same install method for later commands (supabase vs npx supabase).

  3. supabase --version 2>/dev/null || npx supabase --version

    supabase --version 2>/dev/null || npx supabase --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11Z71D2HN2J3TNJY0TMH2PM

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.