Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit cf8027b

Browse files
authored
Update paths and add details
1 parent 09cd700 commit cf8027b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,24 +110,24 @@ This sample also uses the following open-source modules:
110110

111111
**This code is provided *as is* without warranty of any kind, either express or implied, including any implied warranties of fitness for a particular purpose, merchantability, or non-infringement. There is also no guarantee or warranty that raised issues will be answered or addressed in future releases.**
112112

113-
You can always download the latest precompiled package of this web part from this repository's [Releases page](https://github.com/SAP-samples/conversational-ai-chatbot-webpart/releases). For the detailed instructions on how to then add the web part on your SharePoint site, please refer to [my post on SAP Blogs](https://blogs.sap.com/?p=1451773).
113+
You can always download the latest precompiled package of this web part from this repository's [Releases page](https://github.com/SAP-samples/conversational-ai-chatbot-webpart/releases). For the detailed instructions on how to then add the web part on your SharePoint site, please refer to [my post on SAP Blogs](https://blogs.sap.com/?p=1451773). As mentioned, currently the latest version of Node.js supported by the SharePoint framework is **Node.js v14 (Fermium)**, so be sure to have this version installed before proceeding.
114114

115115
### Creating the .sppkg file
116116

117117
First, clone this repository:
118118

119119
```bat
120-
git clone https://github.com/gevartrix/cai-chatbot-webpart.git
120+
git clone https://github.com/SAP-samples/conversational-ai-chatbot-webpart.git
121121
```
122122

123-
Change directory to this project's root folder and install the required modules (it may take several minutes):
123+
Change directory to this project's root folder and install the required modules (the installation process may take up to several minutes):
124124

125125
```bat
126-
cd cai-chatbot-webpart\
126+
cd conversational-ai-chatbot-webpart\
127127
npm install
128128
```
129129

130-
Finally, run the following package script
130+
Finally, run the following package script:
131131

132132
```bat
133133
npm run release
@@ -137,7 +137,7 @@ to generate the `cai-chatbot.sppkg` file inside the `sharepoint\solution\` folde
137137

138138
Once the `.sppkg` file has been compiled, you can upload it to your site's App Catalog, and the web part should appear in the "Edit" mode.
139139

140-
To run the web part locally, execute `npm run serve`.
140+
To run the web part locally, execute `npm run serve`. It should open the local version of SPFx Workbench in your default browser. Please remember, that [it cannot display the integrated chat-bot locally](#description), though.
141141

142142
## Known Issues
143143

0 commit comments

Comments
 (0)