From a557b7595b55162dacb452d8c7ed9e487bf034ff Mon Sep 17 00:00:00 2001 From: Robat Williams Date: Wed, 20 Dec 2023 10:02:32 +0000 Subject: [PATCH] Collapse the development section - make readme less daunting for users --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d8c5875..593eb07 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ To extract a final answer that follows a chain of thought, you could use a formu ## Add-in development +
+ Instructions for getting started with development work + ### Prerequisites If you're on Windows, configure NPM to use a sh-compatible shell, e.g: @@ -104,3 +107,5 @@ npm run sideload:desktop | shared.html | Root page loaded in the background during add-in startup. | | manifest-local.xml | A version of manifest.xml which references https://localhost:3000/ for add-in development use. | | manifest.xml | Configures where the add-in should be loaded from and what features it will make use of. | + +