Vibe Code

Launch a web app in <5 min

Copy the command for your computer and paste it into Terminal. It installs everything automatically.

🍎 Mac — open Terminal (Cmd+Space → "Terminal") and paste:

/bin/bash -c "$(curl -fsSL https://vibecode.helenamerk.com/setup-mac.command)"

🪟 Windows — open PowerShell (Win+R → "powershell") and paste:

irm https://vibecode.helenamerk.com/setup-windows.ps1 | iex

What the script installs

Homebrew (Mac only) — like an app store for developer tools
Node.js — required to run Claude Code
Git — saves your code history
Claude Code — your AI coding assistant

⚠️ Password warning

The script will ask for your computer password. When you type it, nothing will appear on screen — no dots, no stars, nothing at all. This is completely normal. Just type your password and press Enter.

✅ Script finished? Move on to Step 2 — Log In to Claude Code.

Advanced

Optional features for production apps

Built with Claude Code • View on GitHub