How to create a customer support chat system using Pusher Chatkit
- Create a Chatkit application.
- Clone or download the repository.
cd
to the root directory of the project.- Copy the
config.example.js
file toconfig.js
and replace the placeholder keys with your Chatkit application's keys. - Remember to udpate the
PUSHER_INSTANCE_LOCATOR
variables inadmin.js
andchat.js
- Run
npm install
and then runnode index.js
- Go to http://localhost:3000 and http://localhost:3000/admin on your browser.