Coder Social home page Coder Social logo

bramdeba / gatsby-theme-shopify-manager Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thetrevorharmon/gatsby-theme-shopify-manager

0.0 1.0 0.0 9.39 MB

The easiest way to start a Shopify shop on Gatsby.

Home Page: https://gatsbythemeshopifymanager.com

License: MIT License

JavaScript 10.38% TypeScript 89.62%

gatsby-theme-shopify-manager's Introduction

Gatsby Theme Shopify_Manager

Netlify Status

Looking for maintainers

This project is currently not maintained. If you actively use this plugin, please consider becoming a maintainer.

Quickstart guide

Install this with npm:

npm install gatsby-theme-shopify-manager

Or with yarn:

yarn add gatsby-theme-shopify-manager

Set up your gatsby-config.js:

{
  resolve: `gatsby-theme-shopify-manager`,
  options: {
    shopName: `your-shop-name`,
    accessToken: `your-storefront-api-access-token`,
  },
},

Import a hook:

import {useCart} from 'gatsby-theme-shopify-manager';

Start coding. ๐Ÿš€

Full documentation

The full docs are found at https://gatsbythemeshopifymanager.com/.

Contributing

To contribute to this repo, pull the repo and ask for the appropriate .env values for the /docs site. Then to start the project, simply run yarn start at the project root.

To add a new version, take the following steps:

  1. Increment the /docs version of gatsby-theme-shopify-manager to whatever it will be.
  2. Stage any changes you want to be part of the commit.
  3. Run yarn version within the gatsby-theme-shopify-manager directory.
  4. Change the version number to the appropriate release number (major, minor, patch).
  5. Run git push --tags and git push.
  6. Run npm publish.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.