Getting Started
Get started by using Cleanskin as a template or cloning Cleanskin directly
What you'll need
Commands
| Command | Action |
|---|---|
pnpm install | Installs dependencies |
pnpm dev | Launch the Shopify and Vite servers in parallel |
pnpm pull:dev | Pull changes from your local development environment |
pnpm deploy | Deploy to a Shopify Store, bypassing CI |
Setting up your project
Configure shopify.toml:
[environments.default]
store = "<YOUR-MY-SHOPIFY-HERE>"
live-reload = "full-page"
Install dependencies:
pnpm install
Previewing your project
Run the development server:
cd your-directory
pnpm dev
Setup Storefront API (Optional)
TODO