Skip to content

Commit 145c6a6

Browse files
committed
Merge branch 'feat/add_remote_work_demo' of https://github.com/talkjs/talkjs-examples into feat/add_remote_work_demo
2 parents 2b1970e + 5e9a9fb commit 145c6a6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

react/remote-work-demo/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Intro
2-
This repo is basically a clone of our [remote work demo](link), set up as a standalone react app.
2+
This repo is basically a clone of our [remote work demo](https://talkjs.com/demo/team-chat/), set up as a standalone react app.
33

44
## Instructions
55
1. Clone the repo.
@@ -14,5 +14,5 @@ This repo is basically a clone of our [remote work demo](link), set up as a stan
1414

1515
6. From this point on, you're ready to start up the app using using either `npm run` or `yarn start`. The app will be up and running at localhost:3000.
1616

17-
The app is prepopulated with a default user and a couple of hardcoded conversations, which easily can be replaced with your own users and conversations. You can find these conversations and the default userId in talkJsConfig.js as well.
17+
The app is prepopulated with a default user and a couple of hardcoded conversations, which easily can be replaced with your own users and conversations. You can find these conversations and the default `userId` in `src/talkJsConfig.js` as well.
1818

react/remote-work-demo/src/talkJsConfig.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const talkJsConfig = {
2-
appId: "tYGS1Q0R", // Replace this value with your app id
3-
userId: "USER_ID", // The user id for the user from who's perspective you're using the UI
2+
appId: "<APP_ID>", // Replace this value with your app id
3+
userId: "<USER_ID>", // The user id for the user from who's perspective you're using the UI
44
/**
55
* Below is a couple of example conversations to get you up and running.
66
* The conversations are split into two categories, which is also reflected in the UI.

0 commit comments

Comments
 (0)