Example Gatsby themes are in ./themes and example usages of those themes are in ./ui-surfaces.
This repo uses yarn workspaces to handle dependencies, so run yarn
at the root of the repo.
yarnTo run scripts in a workspace, use the yarn workspace
command. workspaces are named the same as their directory names. For
example, to run the blog-a example Gatsby site's develop script:
yarn workspace blog-a develop