This repository contains the theme code for the Thermal Styling Brush Shopify store.
- Node.js and npm installed
- Shopify CLI installed (
npm install -g @shopify/cli @shopify/theme)
-
Clone the repository
git clone <your-github-repo-url> cd shopify-theme
-
Authenticate with Shopify
shopify auth login
-
Start local development server
shopify theme dev --store=fy5dcx-su.myshopify.com
-
Open your browser to the provided local URL (usually
http://127.0.0.1:9292)
- Local Development: Make changes to files in your local repository
- Live Preview: Changes are automatically synced to a preview theme
- Deploy: Use
shopify theme pushto deploy changes to your live theme
assets/- CSS, JavaScript, and image filesconfig/- Theme configuration fileslayout/- Layout templateslocales/- Translation filessections/- Reusable sectionssnippets/- Reusable code snippetstemplates/- Page templates
shopify theme dev- Start development server with live previewshopify theme push- Deploy changes to live themeshopify theme pull- Download latest theme filesshopify theme list- List all themes in your store
- Store: fy5dcx-su.myshopify.com
- Live Theme ID: 186548617590
- Theme Name: LaunchYourStore-Thermal Styling Brush
- Create a new branch for your changes
- Make your changes locally
- Test using the development server
- Commit and push your changes
- Create a pull request
To deploy changes to your live theme:
shopify theme push --store=fy5dcx-su.myshopify.com --theme=186548617590Note: Always test changes in development mode before deploying to production.