To make Outlook Add-in LLM
assets | ||
node_modules | ||
src | ||
.babelrc | ||
.DS_Store | ||
.eslintrc.json | ||
.hintrc | ||
babel.config.json | ||
manifest.xml | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
Main steps:
- Clone project: git clone https://code.rizlum.com/Tu/Outlook_Addin_LLM.git and go to this directory
- Run npm install
- Run npm start to run file manifest.xml
- Make sure that it is possible to access http://localhost:3000/ . If necessary, install ngrok and run "ngrok http 3000" on terminal
- Add add-in on outlook via manifest.xml file from https://aka.ms/olksideload
- Check the add-in outlook named "Outlook LLM"