UNPKG

1.04 kBMarkdownView Raw
1<p align="center">
2 <a href="https://vercel.com">
3 <img src="https://assets.vercel.com/image/upload/v1588805858/repositories/vercel/logo.png" height="96">
4 <h3 align="center">Vercel</h3>
5 </a>
6 <p align="center">Develop. Preview. Ship.</p>
7</p>
8
9[![Join the community on GitHub Discussions](https://badgen.net/badge/join%20the%20discussion/on%20github/black?icon=github)](https://github.com/vercel/vercel/discussions)
10
11## Usage
12
13Vercel is the optimal workflow for frontend teams. All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.
14
15To install the latest version of Vercel CLI, visit [vercel.com/download](https://vercel.com/download) or run this command:
16
17```sh
18npm i -g vercel
19```
20
21To quickly start a new project, run the following commands:
22
23```
24vercel init # Pick an example project
25cd <PROJECT> # Change directory to the new project
26vercel # Deploy to the cloud
27```
28
29## Documentation
30
31For details on how to use Vercel CLI, check out our [documentation](https://vercel.com/docs).