Files
now-deployment/node_modules/now/README.md
2020-02-18 22:29:54 +09:00

727 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.