An open API service indexing awesome lists of open source software.

https://github.com/mozzius/topthorn-gatsby


https://github.com/mozzius/topthorn-gatsby

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

![Gatsby Logo](../.github/images/gatsby.svg)

# 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.

[![Deploy with ZEIT Now](https://zeit.co/button)](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
```