1.0.0 • Published 5 years ago

gatsby-theme-sales-site v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Gatsby Theme Sales Site

See the live demo

Netlify Status

Installation

To use this theme in your Gatsby sites, follow these instructions:

  1. Install the theme

    npm i gatsby-theme-sales-site

    or

    yarn add gatsby-sales-site
  2. Add the theme to your gatsby-config.js:

    module.exports = {
      plugins: [`gatsby-theme-sales-site`]
    }
  3. Start your site

    gatsby develop
  4. To edit content from the theme, open http://localhost:8000/admin/ and setup your netlify account