MQL5-Google-Onedrive/docs/Vercel_CLI_setup.md
google-labs-jules[bot] 887b8b73e9 feat: install Vercel CLI and update setup documentation
- Installed Vercel CLI v50.13.2 via npm.
- Created docs/Vercel_CLI_setup.md with installation and usage guides.
- Updated setup.sh to track Vercel CLI status and show documentation path.
2026-02-08 17:30:10 +00:00

854 B

Vercel CLI Setup

Installation

The Vercel CLI is available for Windows, macOS, and Linux.

You can install the Vercel CLI using npm.

npm install -g vercel

macOS (Via Homebrew)

If you have Homebrew installed, you can use it to install the Vercel CLI.

brew install vercel-cli

Linux

Using npm is the recommended way for Linux. Ensure you have Node.js and npm installed.

npm install -g vercel

Authentication

After installing the Vercel CLI, you need to authenticate with your Vercel account.

vercel login

This command will guide you through the authentication process in your browser or via email.

Usage

To deploy a project:

vercel

To deploy to production:

vercel --prod