Gatsby Themes
This is a repo for Gatsby's official themes.
gatsby-theme-bloggatsby-theme-blog-darkmodegatsby-theme-i18n-linguigatsby-theme-i18n-react-intlgatsby-theme-ui-presetgatsby-theme-blog-coregatsby-theme-i18ngatsby-theme-i18n-react-i18nextgatsby-theme-notes
Filing Issues and PRs
Please follow the Gatsby contributing guidelines.
Installation
Clone the repository and cd into it
git clone https://github.com/gatsbyjs/themes
cd themesInstall dependencies
yarnDevelopment
Run the gatsby-starter-theme workspace
yarn startTesting
This repository is set up with Cypress tests that run automatically in GitHub. If you'd like to run them locally you can do so in develop mode or build mode.
For develop mode:
yarn e2e:devFor build mode:
yarn e2e:ciLicense
MIT

