To make Outlook Add-in LLM
Go to file
2024-12-15 17:32:35 +01:00
assets Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00
node_modules First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
src Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00
.babelrc First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.DS_Store Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00
.eslintrc.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.hintrc Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00
babel.config.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
manifest.xml Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00
package-lock.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
README.md Add README.md 2024-11-29 21:52:47 +01:00
tsconfig.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
webpack.config.js Update logo & name Add-in. Add language options and improve two features 2024-12-15 17:32:35 +01:00

Main steps:

  1. Clone project: git clone https://code.rizlum.com/Tu/Outlook_Addin_LLM.git and go to this directory
  2. Run npm install
  3. Run npm start to run file manifest.xml
  4. Make sure that it is possible to access http://localhost:3000/ . If necessary, install ngrok and run "ngrok http 3000" on terminal
  5. Add add-in on outlook via manifest.xml file from https://aka.ms/olksideload
  6. Check the add-in outlook named "Outlook LLM"