A port of the Twenty Nineteen WordPress Theme over to Gatsby. Check out the demo site.
This repo contains the source code for a site using the above Gatsby theme.
# Clone the repo
git clone https://github.com/zgordon/twentynineteen-gatsby-theme.git
# Move into the new directory
cd twentynineteen-gatsby-theme
# Install dependencies
yarn
# Start the site on http://localhost:8000
yarn start
If this is your first time using Yarn workspaces, check out the docs.