mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-04-02 17:46:42 +08:00
743 B
743 B
Usage
To install the latest version of Now CLI, visit 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.
