WIP
Storeen is a monorepo real application with your own design system and component library in comprised of modern, responsive, living components.
The storeen frontend structure was designed to try use shared code in all the application pages taking the design system into consideration.
$ yarn install
$ yarn dev
# or
$ yarn dev -p <custom_port>
The @storeen/system is the core of all components theme-based style props for building all the components inside storeen.
The @storeen/components is the UI components built on top of storeen design system.
The @storeen/styleguide is our design system, the home for all our reusable/principles patterns, components and assets.
Check out our styleguide documentation for more details.