1
0
Форкнуть 0

fixing step 3 on deployment of Getting Started kit

This commit is contained in:
Anastasis Xouzafeiris 2022-11-28 16:59:24 +01:00 коммит произвёл GitHub
Родитель 103374f2fa
Коммит eea28d9c6e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -159,8 +159,7 @@ Lastly, what remains is to build the Getting Started kit for Intelligent Appoint
2. Open a PowerShell and select the folder where you extracted the Sample kit (Cloud-for-Financial-Services\-\--samples).<br><br> 2. Open a PowerShell and select the folder where you extracted the Sample kit (Cloud-for-Financial-Services\-\--samples).<br><br>
![](./media/image34.png) ![](./media/image34.png)
3. Run `npm install react`, this will install all the needed packages for the build. <br><br> 3. Run `yarn`, this will install all the needed packages for the build. <br><br>
![](./media/image36.png)
4. Navigate to the `appointment-started-kit` folder to build, and then run `yarn build` <br><br> 4. Navigate to the `appointment-started-kit` folder to build, and then run `yarn build` <br><br>
![](./media/image37.png) ![](./media/image37.png)