Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.11 KB

File metadata and controls

24 lines (18 loc) · 1.11 KB

OpenArchitex

Gatsby Themes by OpenArchitex

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.

Repo Details

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