Helium
This was made as a follow-up to the Shopify Unite 2021 event revealing the new theme online store 2.0 that has supports for JSON templates and section everywhere concept and few other features.
Quick started
Make sure you have Shopify CLI installed. To get started clone the repository.
shopify theme init -u https://github.com/idbakkasse/helium.git
Pro tip: click the
Use this template
button above to start from a fresh repositry.
Then lunch the development server on localhost:9292
using NPM/Yarn
The command will also run Helium's watch mode on files.
npm run serve
ℹ️ You'll need to authenticate to your development Shopify store in order to get started.
shopify login --store your-store.myshopify.com
Happy coding!
Documentation
You can find more about the commands and how to use this worflow in the right way in the documentation here
Demo
You can check Helium shopify demo here
Demo store password is
idbakkasse/helium
Contributing
Everyone is welcome to make Shopify theme development better! Please read the Contributing guide before creating issues or submitting pull requests.
License
MIT License Copyright (c) 2022 Youness Idbakkasse. See LICENSE for further details.