Coder Social home page Coder Social logo

fanshawe-shopify-course's Introduction

Northern x Fanshawe Shopify Course

Prerequisites

Download Quick Start Package

To download the quick start package, clone this repository and remove the .git folder by running the following:

$ git clone https://github.com/northernco/fanshawe-shopify-course.git <theme_name>
$ cd <theme_name>
$ rm -rf .git

Create a new repository and add this folder.

Downloading the Theme

In the project, run the following to download the theme from your Shopify store using Theme Kit:

$ chmod +x theme
$ ./theme get --list -p=[your-password] -s=[your-store.myshopify.com]
$ ./theme get -p=[your-password] -s=[your-store.myshopify.com] -t=[your-theme-id]

The password can be obtained by creating a private app in your Shopify store [gif]. The theme ID can be obtained from the ./theme get --list command.

Full instructions can be found [here].

Using Theme Kit

Theme Kit can be run using the ./theme script in the project's root directory. A full list of commands can be found [here].

4 Ways to Get Your Theme ID

  1. From the URL
    • Go to your-store.myshopify.com/admin/themes select "Edit Code" from the "Actions" dropdown next to the theme
    • The ID should be in the URL of this page
    • e.g. your-store.myshopify.com/admin/themes/80643031095
  2. your-store.myshopify.com/admin/themes.xml
  3. your-store.myshopify.com/admin/themes.json
  4. ./theme get --list -p=[your-password] -s=[your-store.myshopify.com]

Setting up a GitHub account

For this course, you are required to set up and maintain your own GitHub account and repository for your project.

Here are a few links to get you started:

Setting up an IDE

The course lectures and workshops will be demoed using the VSCode IDE, but you are free to use any editor that you are comfortable with. Recommended extension are outlined below.

To maintain consistent coding styles across various editors and IDEs, we have included an .editorconfig file. Be sure to install an EditorConfig extension on your IDE.

VS Code

Configure File Associations

  • Update settings.json by searching for Preferences: Open Settings (JSON) and add the following:
"files.associations": {
  "*.liquid": "liquid",
  "*.scss.liquid": "scss",
  "*.js.liquid": "javascript"
},

fanshawe-shopify-course's People

Contributors

mcjon avatar natewiebe13 avatar

Watchers

 avatar James Cloos avatar Cody deVries avatar

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.