https://github.com/mozzius/topthorn-gatsby
https://github.com/mozzius/topthorn-gatsby
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mozzius/topthorn-gatsby
- Owner: mozzius
- Archived: true
- Created: 2019-11-23T15:10:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:22:17.000Z (over 3 years ago)
- Last Synced: 2025-02-14T01:19:37.905Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://topthorn-gatsby.now.sh
- Size: 3.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
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://zeit.co/docs/v2/serverless-functions/introduction) that can be deployed with ZEIT Now and zero configuration.
## Deploy Your Own
Deploy your own Gatsby project, along with Serverless Functions, with ZEIT Now.
[](https://zeit.co/new/project?template=https://github.com/zeit/now-examples/tree/master/gatsby-functions)
_Live Example: https://gatsby-functions.now-examples.now.sh_
### How We Created This Example
To get started with Gatsby on Now, 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://zeit.co/docs/v2/serverless-functions/introduction), with a single command from your terminal using [Now CLI](https://zeit.co/download):
```shell
$ now
```