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 project

  • yarn start - To start server instance

  • yarn predeploy - To build the current project for deployment

  • yarn deploy - Deploy the current project to GitHub pages

Important Dependencies and Links