See the live demo
To use this theme in your Gatsby sites, follow these instructions:
-
Install the theme
npm i gatsby-theme-sales-site
or
yarn add gatsby-sales-site
-
Add the theme to your
gatsby-config.js
:module.exports = { plugins: [`gatsby-theme-sales-site`] }
-
Start your site
gatsby develop
-
To edit content from the theme, open
http://localhost:8000/admin/
and setup your netlify account