yarn install
cp .env.sample .env
Open .env and update your information
VUE_APP_SOCKET_URL=wss://localhost:3000/websocket
VUE_APP_SERVER_CHAT_URL=http://localhost:3000
VUE_APP_OAUTH_SERVICE_NAME=service-name
yarn run serve
yarn run build
yarn run test
yarn run lint