mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
21 lines
No EOL
295 B
Markdown
21 lines
No EOL
295 B
Markdown
Intercom package.
|
|
|
|
### Settings
|
|
|
|
```
|
|
{
|
|
"public": {
|
|
|
|
"intercom": {
|
|
"appId": "123foo"
|
|
}
|
|
|
|
},
|
|
|
|
"intercom": {
|
|
"accessToken": "456bar"
|
|
}
|
|
}
|
|
```
|
|
|
|
Requires installing the [react-intercom](https://github.com/nhagen/react-intercom) package (`npm install --save react-intercom`). |