mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
.. | ||
lib | ||
package.js | ||
README.md |
Intercom package.
Settings
{
"public": {
"intercom": {
"appId": "123foo"
}
},
"intercom": {
"accessToken": "456bar"
}
}
Requires installing the react-intercom package (npm install --save react-intercom
).