https://github.com/kalebu/jordankalebu
https://github.com/kalebu/jordankalebu
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kalebu/jordankalebu
- Owner: Kalebu
- Created: 2021-02-05T15:06:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T15:07:07.000Z (over 4 years ago)
- Last Synced: 2025-03-24T04:03:57.796Z (7 months ago)
- Language: JavaScript
- Homepage: jordankalebu.kalebu.vercel.app
- Size: 215 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Gatsby Example
This directory is a brief example of a [Gatsby](https://www.gatsbyjs.org/) app with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction) that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Gatsby project, along with Serverless Functions, with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/gatsby)
_Live Example: https://gatsby.now-examples.now.sh_
### How We Created This Example
To get started with Gatsby on Vercel, you can use the [Gatsby CLI](https://www.gatsbyjs.org/docs/gatsby-cli/) to initialize the project:
```shell
$ gatsby new gatsby-site
```