Transform emails into action items in Quire.
- create
.envfile contains the following variable
CLIENT_ID = client-id
CLIENT_SECRET = client-secret
HOST_URL = add-in-hosting-cdn-url
QUIRE_URL = quire-url
- edit
manifest.xml, put the urls into<AppDomains>
<AppDomains><!-- ! Add-in domains -->
<AppDomain>QUIRE_URL</AppDomain>
<AppDomain>HOST_URL</AppDomain>
</AppDomains>-
Upload
manifest.xmlto outlook manually, Guide -
Do
npm run dev-serverto host dev server
-
open a message
-
click on
Get add-ins

