mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-10 23:59:03 +08:00
727 B
727 B
Usages
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
cd <PROJECT> # Change directory to the new 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.
