Develop. Preview. Ship.
Vercel is a platform for static sites and frontend frameworks, built to integrate with your headless content, commerce, or database.
We provide a frictionless developer experience to take care of the hard things: deploy instantly, scale automatically, and serve personalized content around the globe.
We make it easy for frontend teams to develop, preview, and ship delightful user experiences, where performance is the default.
Get started by Importing a Git Project and use git push
to deploy. Alternatively, you can install Vercel CLI.
For details on how to use Vercel, check out our documentation.
- Fork this repository to your own GitHub account and then clone it to your local device
- Install dependencies with
yarn install
- Compile the code:
yarn build
- Link the package to the global module directory:
cd ./packages/cli && yarn link
- 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.
If you have write access to this repository, you can read more about how to publish a release here.