forked from LengKundee/MQL5-Google-Onedrive
- 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.
854 B
854 B
Vercel CLI Setup
Installation
The Vercel CLI is available for Windows, macOS, and Linux.
Via NPM (Recommended)
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