UNPKG

now

Version:

The command-line interface for Vercel

32 lines (22 loc) 1.04 kB
<p align="center"> <a href="https://vercel.com"> <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96"> <h3 align="center">Vercel</h3> </a> <p align="center">Develop. Preview. Ship.</p> </p> [![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/vercel/vercel/discussions) ## Usage Vercel is the optimal workflow for frontend teams. All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN. To install the latest version of Vercel CLI, visit [vercel.com/download](https://vercel.com/download) or run this command: ```sh npm i -g vercel ``` To quickly start a new project, run the following commands: ``` vercel init # Pick an example project cd <PROJECT> # Change directory to the new project vercel # Deploy to the cloud ``` ## Documentation For details on how to use Vercel CLI, check out our [documentation](https://vercel.com/docs).