RahatUi serves as the Frontend Services for the Rahat project. It comprises the following components:
- rahat-ui: The primary UI component utilized by Admins for managing the Rahat project.
- community-tool-ui: The UI component designed for the community Admins to oversee beneficiary management, offering a comprehensive toolset for effective management.
To initiate the project locally, proceed with the following steps:
git clone git@github.com:rahataid/rahat-ui.gitExecute the following command to install the necessary dependencies:
pnpm iCopy the .env.example file to .env and adjust the environment variables according to your requirements:
cp .env.example .envThis repository contains two distinct frontend applications. Start the development server for each application using the following commands:
rahat-ui
nx serve rahat-uicommunity-tool-ui
nx serve community-tool-ui