idpay-portal-welfare-frontend To configure the workspace execute the following commands yarn install yarn generate To execute locally a configured workspace execute the following command yarn start To execute locally mocking REST invocation, modify the file .env.development.local setting REACT_APP_API_MOCK_PARTIES=true REACT_APP_API_MOCK_PRODUCTS=true REACT_APP_API_MOCK_INITIATIVE=true REACT_APP_API_MOCK_ADMISSION_CRITERIA=true To build a configured workspace execute the following command yarn build