Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 978 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 978 Bytes

Dusk Theme for YouCan Shop

Dusk is a customizable starter theme designed for YouCan Shop. It acts as a starting point to help developers quickly create and customize themes using the YouCan CLI.

Dusk Theme is built using liquid templating language, html, css and javascript which makes it easy to customize.

Getting Started

  1. Install YouCan CLI and theme package:
npm install -g @youcan/cli@latest @youcan/theme@latest
  1. Authorize the CLI:
youcan auth login
  1. Initialize the starter theme:
youcan theme init

YouCan CLI uploads this theme as a development version to the store you're connected to, ready for further modifications in your local code editor.

  1. Start the Development Server:
youcan theme dev

For detailed instructions, visit the YouCan Theme Get Started Guide.