Addin Description
- Clone and open the github project in VS Code
- Open terminal and install node_modeules if not using "npm install" command
- Run "npm start" to start the project
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-office-add-ins-on-ipad-and-mac
- run this command:
defaults write com.microsoft.Word OfficeWebAddinDeveloperExtras -bool true
- now right click, inspect
to make sure everything works:
- npm run build
- npm run lint