Files
now-deployment/node_modules/now/README.md
2019-12-03 00:41:38 +09:00

729 B

now

Join the community on Spectrum

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.