https://github.com/mistermantas/vercel
https://github.com/mistermantas/vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mistermantas/vercel
- Owner: mistermantas
- Created: 2020-12-25T10:41:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T10:41:15.000Z (over 4 years ago)
- Last Synced: 2025-03-19T18:57:39.487Z (3 months ago)
- Language: JavaScript
- Homepage: testies-git-master.mistermantas.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
```