Boilerplate for developing Gatsby themes
By itself, this theme does nothing. This repo is meant to serve as a starting point for developing custom themes.
This setup does not require the use of Yarn workspaces for development. If you plan on developing multiple themes that work together, you should consider setting up a monorepo using Lerna or Yarn workspaces
- Clone this repo
- Remove git history with
rm -rf .git - Change the theme's name in:
package.jsongatsby-config.jsdemo/package.jsondemo/gatsby-config.js
- Edit the source code to create a theme
cd demo
npm install
npm startMIT License