This is a Gatsby theme for displaying products from a Wordpress Woocommerce instance.
See the live demo
The theme isn't yet a fully functioning ecommerce site with the ability to checkout, but instead it is a proof of concept of what can be done with Woocommmerce and Gatsby. The following features are available in the theme:
- All Products Page
- Paginated Products page
- Simple Product Page
- External Product Page
- Local Storage MiniCart
This is the mono repo containing the demo and the theme. Check the theme-specific README for further details on the theme.
In case you want to work with this mono repo (for local development, pull requests, etc.):
-
Clone / fork the repository and
cdinto the directory -
Run
yarnto install dependencies -
Run
yarn workspace site developto start the demo locally.