https://github.com/alexrogalskiy/vercel
https://github.com/alexrogalskiy/vercel
Last synced: about 17 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexrogalskiy/vercel
- Owner: AlexRogalskiy
- Created: 2020-12-03T07:43:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T07:43:17.000Z (almost 5 years ago)
- Last Synced: 2025-03-21T15:08:51.593Z (7 months ago)
- Homepage: vercel-api.alexrogalskiy.vercel.app
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom Build Example
This directory is a brief example of using a Custom Build script that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Custom Built project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/custom-build)
_Live Example: https://custom-build.now-examples.now.sh_
### How We Created This Example
To get started deploying a Custom Built project with Vercel, you can use the [Vercel CLI](https://vercel.com/download) to initialize the project:
```shell
$ vercel init custom-build
```