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.
Using YouCan CLI
- Install YouCan CLI and theme package:
npm install -g @youcan/cli@latest @youcan/theme@latest
- Authorize the CLI:
youcan auth login
- 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.
- Start the Development Server:
youcan theme dev
For detailed instructions, visit the YouCan Theme Get Started Guide.