Install yarn https://classic.yarnpkg.com/lang/en/docs/install/
Checkout the repository and run the following commands:
cd ui
yarn install
yarn test
yarn start
This will start the application on http://localhost:3000
Create a pull request to merge your changes to the main branch. Once the pull request is approved and merged to the main branch, the changes will be automatically deployed to the production environment.