This a monorepo that contains the implementation for the Mercury and Unanimo design systems. It also contains packages that serves as tooling for creating icons that are compatible with these design systems.
Mercury Design System is a robust and scalable solution designed to improve product development. It's implemented over Chameleon a library of white-label, highly-customizable and reusable web components, which implements all components necessaries for the Mercury DS.
To see the documentation and examples of how to use Mercury, visit the showcase.
Unanimo Design System is a solution oriented to mission-critical business applications and the back-office generated by GeneXus.
-
Install Yarn
npm i yarn -g
Warning
For MacOS users, a few steps may be required to install Yarn.
-
To start the showcase, run:
yarn start.watch
-
To automatically build Mercury, run:
yarn build.mer.watch
-
To automatically build Unanimo, run:
yarn build.un.watch