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

https://github.com/jlengstorf/livestream-gatsby-themes

Source code to demonstrate how to build Gatsby themes, child themes, and sites using themes.
https://github.com/jlengstorf/livestream-gatsby-themes

gatsby gatsby-theme gatsbyjs livestream

Last synced: 3 months ago
JSON representation

Source code to demonstrate how to build Gatsby themes, child themes, and sites using themes.

Awesome Lists containing this project

README

        

# How to Build Gatsby Themes

This repo contains the source code for a site using a [Gatsby theme](https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/).

## Watch John and Jason build this live



Screenshot of livestream video


Watch the livestream on YouTube

## How to use this repo

```
# Clone the repo
git clone [email protected]:jlengstorf/livestream-gatsby-themes.git

# Move into the new directory
cd livestream-gatsby-themes/

# Install dependencies
yarn

# Start the site on http://localhost:8000
yarn workspace site develop
```

If this is your first time using Yarn workspaces, [check out the docs](https://yarnpkg.com/lang/en/docs/workspaces/).

## Links and further reading
- https://www.gatsbyjs.org/blog/2018-11-11-introducing-gatsby-themes/
- https://www.gatsbyjs.org/packages/gatsby-plugin-page-creator/
- https://gatsby-mdx.netlify.com/getting-started
- https://www.gatsbyjs.org/packages/gatsby-source-filesystem/
- https://twitter.com/4lpine
- https://twitter.com/jlengstorf