monordo-ui
v1.10.1
Published
MonOrdo Design System
Readme
MonOrdo Design System
Library of every generics components used in the web application
Initialization
Run npm i to install all the package
Development
Run npm start to start the project in local mode. The App.tsx file can be used to easily test the render of each component individually.
Update the package
First, login to npm by using :
npm login --scope=@monordo --registry=https://npm.pkg.github.comThen, the package can be build and update with the command:
npm run publish_package