Origins is a theme built using liquid templating language, html, css and javascript (only as needed) 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 initYouCan 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 devFor detailed instructions, visit the YouCan Theme Get Started Guide.