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
- Host: GitHub
- URL: https://github.com/artcodestudio/fassbender-shopify-theme
- Owner: ArtCodeStudio
- License: mit
- Created: 2020-04-24T09:53:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T19:47:29.000Z (over 2 years ago)
- Last Synced: 2025-02-25T22:59:26.623Z (over 1 year ago)
- Topics: bootstrap4, ribajs, shopify, shopify-theme, vite
- Language: Liquid
- Homepage: https://myfassbender.com/
- Size: 35.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fassbender Shopify Theme
This is a custom Shopify theme designed for [Fassbender](https://myfassbender.com/).

## 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.