UI-Docs
https://github.com/egovernments/ui-docs/ is an overview to design system and scheme that has been implemented in DIGIT-UI, which utilizes images/ components that are published on npm:-
Both are these packages are standard react projects bundled by microbundle-crl and deployed on npm via project contributors, using yarn -
yarn publish --access public
Project Setup
Project is essentially a CRA app with certain available scripts:-
yarn install
- To install dependencies of the current projectyarn start
- To start server instanceyarn predeploy
- To build the current project for deploymentyarn deploy
- Deploy the current project to GitHub pages
Important Dependencies and Links