Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freistli authored Apr 29, 2024
1 parent 8588885 commit da222a1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Quick Start

## Publish Proofread Addin as Static Web App

Follow steps in:

https://learn.microsoft.com/en-us/office/dev/add-ins/publish/publish-add-in-vs-code

## Modify Manifest.xml

Get the published static web site url, to replace https://localhost:3000 in the manifest.xml.

## Side load manifest.xml to your Word:

https://learn.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing#manually-sideload-an-add-in-to-office-on-the-web

- Open new word doc from web portal

https://www.office.com/launch/Word/

- Create a new Word doc, click File

![image](https://github.com/freistli/ProofreadAddin/assets/8623897/668b9780-b669-4669-b386-72945c2a9e9f)

- Click Get Add-In -> More Add-ins

![image](https://github.com/freistli/ProofreadAddin/assets/8623897/e57716da-67ae-4368-95e7-d212f5fd96eb)

- Click My ADD-INS -> Upload My Add-in

![image](https://github.com/freistli/ProofreadAddin/assets/8623897/d791299c-706e-49e2-a7d2-2f451f3c7a92)

- In the Word interface, click Show TaskPane

![image](https://github.com/freistli/ProofreadAddin/assets/8623897/751892dc-8ecc-445b-ae27-3e190f9fabaf)

0 comments on commit da222a1

Please sign in to comment.