Skip to content

Commit

Permalink
Collapse the development section - make readme less daunting for users
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Dec 20, 2023
1 parent 7d844c4 commit 6588cc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ To extract a final answer that follows a chain of thought, you could use a formu

## Add-in development

<details>
<summary>Instructions for getting started with development work</summary>

### Prerequisites

If you're on Windows, configure NPM to use a sh-compatible shell, e.g:
Expand Down Expand Up @@ -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. |

</details>

0 comments on commit 6588cc2

Please sign in to comment.