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.
- Host: GitHub
- URL: https://github.com/jlengstorf/livestream-gatsby-themes
- Owner: jlengstorf
- Created: 2019-02-07T18:48:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-07T19:14:07.000Z (over 6 years ago)
- Last Synced: 2025-03-09T01:46:52.653Z (4 months ago)
- Topics: gatsby, gatsby-theme, gatsbyjs, livestream
- Language: JavaScript
- Homepage: https://youtu.be/PS2784YfPpw
- Size: 163 KB
- Stars: 24
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
![]()
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