You can find the latest version of this project, along with other related projects, in our new monorepo:
https://github.com/thk-code-arch/intercom/
Repo for development:
First clone repo and CD into it.
Set api URL
echo "VUE_APP_API_URL=https://DEVAPIURL.com" > .env.development
Install dependecies
npm install
npm run serve
Open Webbrowser @ http://localhost:8080