Skip to content

Commit

Permalink
[ES-2042] Updated readme file. (#482)
Browse files Browse the repository at this point in the history
Signed-off-by: GurukiranP <[email protected]>
  • Loading branch information
gk-4VII authored Dec 17, 2024
1 parent 98ed4e4 commit f6965cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,5 @@ cd deploy
## APIs
API documentation is available [here](https://mosip.stoplight.io/docs/identity-provider/branches/signupV1/t9tvfbteqqokf-e-signet-signup-portal-ap-is).

## NPM Highlights
* `react-webcam`: It allows to easily capture video and still images directly from the user's webcam, offering a range of options for customization and control.
* `socket.io-client`: It allows bi-directional communication between client and server.
* `zustand`: A small, fast and scalable bear bones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplate or opinionated.

## License
This project is licensed under the terms of [Mozilla Public License 2.0](LICENSE).
5 changes: 5 additions & 0 deletions signup-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ By default, the environment variables are:
#### Translation

New translations can be added in the `locales` folder of the `public` folder. Also, newly added key(s) need to be added to `resource.d.ts` to fulfill the type and get the key suggestion.

## NPM Highlights
* `react-webcam`: It allows to easily capture video and still images directly from the user's webcam, offering a range of options for customization and control.
* `socket.io-client`: It allows bi-directional communication between client and server.
* `zustand`: A small, fast and scalable bear bones state-management solution using simplified flux principles. Has a comfy API based on hooks, isn't boilerplate or opinionated.

0 comments on commit f6965cb

Please sign in to comment.