Skip to content

YODACRYPTOVOXELS/vercel

This branch is up to date with TheseWorlds/vercel:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6807c9 · Jun 1, 2021
Apr 15, 2021
May 2, 2021
May 24, 2021
Apr 8, 2021
May 24, 2021
Jun 1, 2021
Mar 8, 2021
Apr 15, 2021
Jul 22, 2020
Mar 6, 2021
Apr 14, 2020
Mar 6, 2021
Nov 11, 2020
May 27, 2020
Aug 23, 2019
Jun 22, 2020
May 25, 2021
Apr 15, 2021
Mar 24, 2020
Apr 15, 2021
May 25, 2021
Jul 23, 2020
May 24, 2021

Repository files navigation

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

Packages

No packages published

Languages

  • TypeScript 60.9%
  • JavaScript 27.7%
  • HTML 3.1%
  • EJS 1.8%
  • Stylus 1.8%
  • CSS 1.4%
  • Other 3.3%