A barebones ☠️ starter theme.
You'll want to ensure you have the following already installed on your local machine before getting started with Skeleton theme:
-
Node: The current LTS (long-term support) release. We like to use a Node Version Manager like NVM.
-
pnpm This repo uses pnpm as a packages manager.
-
Shopify CLI for themes: To learn how to install Shopify CLI on Windows, macOS, or Linux, refer to Install Shopify CLI.
To start with Skeleton Theme, the following commands are available:
# Launch the Shopify and Vite servers in parallel
$ pnpm dev -- --store johns-apparel --live-reload full-page
# Bundle your theme's assets and upload your local theme files to Shopify
$ pnpm run deploy --store johns-apparel
Checkout Shopify CLI commands for themes for more information.
For help on setting up the repository locally, building, testing, and contributing please see CONTRIBUTING.md.
All developers who wish to contribute through code or issues, take a look at the Code of Conduct.
Copyright © 2018 Shopify. See LICENSE for further details.