forresto / now

The easiest way to deploy websites

Home Page:https://zeit.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

now

Build Status Join the community on Spectrum

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.

Caught a Bug?

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Install dependencies with yarn install
  3. Compile the code: yarn build
  4. Link the package to the global module directory: yarn link
  5. You can now start using now anywhere inside the command line

As always, you should use yarn test-unit to run the tests and see if your changes have broken anything.

How to Create a Release

If you have write access to this repository, you can read more about how to publish a release here.

About

The easiest way to deploy websites

https://zeit.co

License:Apache License 2.0


Languages

Language:TypeScript 71.4%Language:JavaScript 26.2%Language:Go 1.0%Language:Python 1.0%Language:Shell 0.3%Language:Ruby 0.2%Language:Dockerfile 0.0%