@ysg-systems/frame
v1.1.0
Published
Official Frame theme development kit for ysg-systems storefronts.
Maintainers
Readme
Frame DevKit
The official local development environment for ysg-systems storefront themes.
Install
npm install --global @ysg-systems/frameYou can also run Frame without a global installation:
npx @ysg-systems/frame@latest versionStart a theme
frame create
cd north-theme
frame devframe create asks only for the theme name and uses that value as the project
directory. Enter . or ./ to create the theme in the current directory.
Frame includes the production-compatible compiler, local responsive preview, package checks and deterministic theme packaging. It does not upload theme files or send background telemetry.
Documentation: https://ysg-systems.com/docs/frame
