gatsby-theme-shop
v0.0.2
Published
An e-commerce shop theme for Gatsby
Maintainers
Readme
Gatsby Shop Theme
An e-commerce shop theme for Gatsby
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm install --save gatsby-theme-shopAdd the theme to your
gatsby-config.js:module.exports = { plugins: [ 'gatsby-theme-shop' ] }Start your site
gatsby develop
Submission Checklist
To ensure your Theme Jam submission follows the rules, use this checklist:
- [ ] Use our accessibility guide to ensure your site meets our accessibility standards
- [ ] Run a performance audit using Lighthouse and/or WebPageTest
- [ ] Set up a live demo using Netlify or GitHub Pages
- [ ] Add installation documentation to the README
- [ ] Update the
namefield inpackage.json - [ ] Update the
authorfield inpackage.json - [ ] Update the
repositoryfield inpackage.json - [ ] Make sure the theme’s
keywordsinpackage.jsonincludegatsby,gatsby-theme, andgatsby-plugin - [ ] Publish your theme to npm (docs)
- [ ] Submit your theme at https://themejam.gatsbyjs.org
