Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ES-2042] Updated readme file. #482

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading