# vercel **Repository Path**: mirrors_guybedford/vercel ## Basic Information - **Project Name**: vercel - **Description**: Develop. Preview. Ship. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Develop. Preview. Ship.
[](https://github.com/vercel/vercel/actions?workflow=CI) [](https://github.com/vercel/vercel/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](https://vercel.com/import) and use `git push` to deploy. Alternatively, you can [install Vercel CLI](https://vercel.com/download). ## Documentation For details on how to use Vercel, check out our [documentation](https://vercel.com/docs). ## Caught a Bug? 1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) 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](https://github.com/vercel/vercel/wiki/Creating-a-Release).