gatsby-theme-sales-site
v1.0.0
Published
A Gatsby theme for sales to showcase their products
Maintainers
Readme
Gatsby Theme Sales Site
See the live demo
Installation
To use this theme in your Gatsby sites, follow these instructions:
Install the theme
npm i gatsby-theme-sales-siteor
yarn add gatsby-sales-siteAdd the theme to your
gatsby-config.js:module.exports = { plugins: [`gatsby-theme-sales-site`] }Start your site
gatsby developTo edit content from the theme, open
http://localhost:8000/admin/and setup your netlify account
