Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

thk-code-arch/intercom-frontend

Repository files navigation

New Location

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/

ic-frontend

Repo for development:

Development setup

First clone repo and CD into it.

Set api URL

echo "VUE_APP_API_URL=https://DEVAPIURL.com" > .env.development

Install dependecies

npm install

Compiles and hot-reloads for development

npm run serve

Open Webbrowser @ http://localhost:8080

Releases

No releases published

Packages

No packages published