This repository contains all the Gatsby themes by OpenArchitex community. Please feel free to give them a try. If you have any suggestions for improvement do not hesitate to open an issue.
This repository mimics the structure of gatsby-starter-theme-workplace and use yarn workspaces for development. To quickly start any theme in development mode you can use,
yarn workspace @openarchitex/gatsby-theme-<theme-name> gatsby develop
where <theme-name>
should be replaced by the relevant theme. For example in the case of
the Minimal Portfolio theme it will be,
yarn workspace @openarchitex/gatsby-theme-minimal-portfolio develop
We are grateful for JetBrains for generously providing Open Source licenses to help us with our development effort.