Transform emails into action items in Quire.
- create
.env
file 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.xml
to outlook manually, Guide -
Do
npm run dev-server
to host dev server
-
open a message
-
click on
Get add-ins