Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh-egov authored May 7, 2021
1 parent 3d366c8 commit f724db6
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,31 @@ DIGIT (Digital Infrastructure for Governance, Impact & Transformation) is India'

This repository contains source code for web implementation of the new Digit UI modules with dependencies and libraries.

#### Starting local server
1. To run server locally first change directory to **web** subdirectory
1. In the project run **yarn install** to install node modules and dependencies
1. Run **yarn start** to start the local server

#### Updating modules
To update the modules run *install-dep.sh* script this will pull all the updates from *digit-ui-internals* repository

#### Reference Docs

###### Module wise reference docs
Module | Reference Docs
------ | --------------
PGR | https://digit-discuss.atlassian.net/wiki/spaces/EPE/pages/1285587062/PGR+UI+Implementation+-+Guidelines+FAQs
FSM | https://digit-discuss.atlassian.net/wiki/spaces/EPE/pages/1290567710/FSM+UI+Implementation+-+Guidelines+FAQs
DIGIT Services | https://digit-discuss.atlassian.net/wiki/spaces/DD/pages/647364616/DIGIT+Services

###### Dependencies and their references
1. https://www.npmjs.com/package/react-query
2. https://react-redux.js.org/
3. https://react-hook-form.com/
4. https://www.npmjs.com/package/react-table
5. https://www.npmjs.com/package/react-time-picker
6. https://reactrouter.com/web/guides/quick-start
7. https://recharts.org/

#### License
These reference apps are released under MIT

0 comments on commit f724db6

Please sign in to comment.