This repo contains the source code for a site using a Gatsby theme.
Watch the livestream on YouTube
# Clone the repo
git clone git@github.com: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.