Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bianchidotdev/vercel-demo
https://github.com/bianchidotdev/vercel-demo
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bianchidotdev/vercel-demo
- Owner: bianchidotdev
- Created: 2020-07-06T15:03:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:46:12.000Z (almost 2 years ago)
- Last Synced: 2023-06-10T22:23:14.836Z (over 1 year ago)
- Language: JavaScript
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Gatsby Logo](https://github.com/vercel/vercel/blob/master/packages/frameworks/logos/gatsby.svg)
# 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.
[![Deploy with Vercel](https://vercel.com/button)](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
```### Deploying From Your Terminal
You can deploy your new Gatsby project, along with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction), with a single command from your terminal using [Vercel CLI](https://vercel.com/download):
```shell
$ vercel
```