Skip to content
Develop. Preview. Ship.
TypeScript JavaScript Python Go Shell Ruby
Branch: master
Clone or download

Latest commit

Latest commit 56671d7 Jun 13, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github [github] Update codeowners (#4630) Jun 11, 2020
api [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
errors [next] Add shared lambdas opt-out for functions config (#4596) Jun 8, 2020
examples [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
packages [tests] Don't revoke `VERCEL_TOKEN` after tests run (#4643) Jun 12, 2020
test [tests] Add log for error response (#4601) Jun 9, 2020
utils [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
.editorconfig [tests] Unify `.editorconfig` (#2920) Sep 4, 2019
.eslintignore Add API for frameworks and examples (#3514) Jan 7, 2020
.gitattributes [examples] Fix ionic-react missing public directory (#4070) Apr 14, 2020
.gitignore [api] Fix filename and update .vercelignore and vercel.json (#4511) May 27, 2020
.kodiak.toml Use PR description for merge commit body (#3071) Sep 30, 2019
.vercelignore [api] Fix filename and update .vercelignore and vercel.json (#4511) May 27, 2020
.yarnrc Create monorepo (#2812) Aug 24, 2019
DEVELOPING_A_RUNTIME.md [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
LICENSE [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
README.md [all] Rename GitHub repo to vercel/vercel (#4506) May 28, 2020
codecov.yml [tests] Fix coverage checks (#3957) Mar 24, 2020
lerna.json Ensure the npm registry is used during "Publish" workflow (#4286) May 7, 2020
package.json [all] Rename packages to `vercel` and add logic to publish legacy pac… May 5, 2020
vercel.json [api] Fix filename and update .vercelignore and vercel.json (#4511) May 27, 2020
yarn.lock [cli] Update `@vercel/next` to v2.6.5 (#4611) Jun 10, 2020

README.md

Vercel

Develop. Preview. Ship.

CI Status Join the community on GitHub Discussions

Usage

Vercel is the optimal workflow for frontend teams. All-in-one: Static and Jamstack deployment, Serverless Functions, and Global CDN.

Get started by Importing a Git Project and use git push to deploy. Alternatively, you can install Vercel CLI.

Documentation

For details on how to use Vercel, 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: cd ./packages/now-cli && yarn link
  5. You can start using vercel 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.

You can’t perform that action at this time.