An open API service indexing awesome lists of open source software.

https://github.com/artcodestudio/fassbender-shopify-theme

Shopify Theme for Fassbender
https://github.com/artcodestudio/fassbender-shopify-theme

bootstrap4 ribajs shopify shopify-theme vite

Last synced: about 1 month ago
JSON representation

Shopify Theme for Fassbender

Awesome Lists containing this project

README

          

# Fassbender Shopify Theme

This is a custom Shopify theme designed for [Fassbender](https://myfassbender.com/).

![Screenshot of Fassbender Shopify Theme](screenshot.png "Theme Screenshot")

## Getting Started with Development

### Prerequisites
Ensure you have the following installed:
- [Node.js](https://nodejs.org/en/) (Version 20 or later)
- [Yarn](https://yarnpkg.com/)
- [Shopify CLI](https://shopify.dev/docs/themes/tools/cli/install)

### Setting up the Project
Clone the repository and install dependencies:
```bash
git clone git@github.com:ArtCodeStudio/fassbender-shopify-theme.git
cd fassbender-shopify-theme
yarn install
```

To build the theme:

```bash
yarn build
```

To automatically watch for and reload changes:

```bash
yarn watch
```

To pull changes made through Shopify's Theme Editor:

```bash
yarn pull:customization
```

To publish a new version of the theme to Shopify:

```bash
yarn push:rc
```

Additional developer scripts can be found in [package.json](package.json).

## License

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