README
V8 Theme Interfaces
interfaces for all MI9 Retailer Themes.
icons.interfaces
List of all icons used inside the ui projects.
retailer-settings.interfaces
more info here https://mi9retail.atlassian.net/wiki/spaces/FDS/pages/1594065051/Storefront+configuration+-+from+theme+repo
theme.interfaces
The interface for each theme, colors, fonts, sizes and other css properties.
To Build Project
npm install
npm run build
To Publish npm package
npm login
npm publish
or
npm run push