This is a custom Shopify theme designed for Fassbender.
Ensure you have the following installed:
- Node.js (Version 20 or later)
- Yarn
- Shopify CLI
Clone the repository and install dependencies:
git clone [email protected]: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.
This theme is available under the MIT License. For more information, see the LICENSE file.