From e18fbe8956d669fd004f4d6cde47830543b2fe9d Mon Sep 17 00:00:00 2001 From: Trinh Ngoc Tu Date: Fri, 29 Nov 2024 21:52:47 +0100 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..7b0ff3c4 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +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" \ No newline at end of file