All Projects → gatsbyjs → themes

gatsbyjs / themes

Licence: other
This is a repo for Gatsby's official themes.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Gatsby Themes

This is a repo for Gatsby's official themes.

  • gatsby-theme-blog
  • gatsby-theme-blog-darkmode
  • gatsby-theme-i18n-lingui
  • gatsby-theme-i18n-react-intl
  • gatsby-theme-ui-preset
  • gatsby-theme-blog-core
  • gatsby-theme-i18n
  • gatsby-theme-i18n-react-i18next
  • gatsby-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 themes

Install dependencies

yarn

Development

Run the gatsby-starter-theme workspace

yarn start

Testing

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:dev

For build mode:

yarn e2e:ci

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].