mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-15 02:09:11 +08:00
25 lines
743 B
Markdown
25 lines
743 B
Markdown

|
|
|
|
[](https://spectrum.chat/zeit)
|
|
|
|
## Usage
|
|
|
|
To install the latest version of Now CLI, visit [zeit.co/download](https://zeit.co/download) or run this command:
|
|
|
|
```
|
|
npm i -g now
|
|
```
|
|
|
|
To quickly start a new project, run the following commands:
|
|
|
|
```
|
|
now init # Pick an example project to clone
|
|
cd <PROJECT> # Change directory to the newly created project
|
|
now dev # Run locally during development
|
|
now # Deploy to the cloud
|
|
```
|
|
|
|
## Documentation
|
|
|
|
For details on how to use Now CLI, check out our [documentation](https://zeit.co/docs).
|