Skip to content

ArtCodeStudio/fassbender-shopify-theme

Repository files navigation

Fassbender Shopify Theme

This is a custom Shopify theme designed for Fassbender.

Screenshot of Fassbender Shopify Theme

Getting Started with Development

Prerequisites

Ensure you have the following installed:

Setting up the Project

Clone the repository and install dependencies:

git clone git@github.com:ArtCodeStudio/fassbender-shopify-theme.git
cd fassbender-shopify-theme
yarn install

To build the theme:

yarn build

To automatically watch for and reload changes:

yarn watch

To pull changes made through Shopify's Theme Editor:

yarn pull:customization

To publish a new version of the theme to Shopify:

yarn push:rc

Additional developer scripts can be found in package.json.

License

This theme is available under the MIT License. For more information, see the LICENSE file.