项目作者: ravitejav

项目描述 :
Chatting Application in Browsers
高级语言: TypeScript
项目地址: git://github.com/ravitejav/Chatter.git
创建时间: 2021-07-24T05:38:35Z
项目社区:https://github.com/ravitejav/Chatter

开源协议:

下载


Chatter

Build Status

Chatter is a web application for chatting one-to-one and group chats

Tech stacks:

Features

  • One to One chatting
  • Group Chats

Installation

Chatter requires Node.js v10+ to run.
Install the dependencies and devDependencies.

  1. cd Chatter
  2. npm i

To run in DEV environement…

  1. npm run dev

In Dev env, port 4000 is used.

Deploment

GithubPages

  • For github Pages deployment run npm run deploy (not recommended)

AutoDeploy

  • By Merging PR to master with auto deploy to github pages

PR CHECKS

  • build-pull-request check is executed to verify build, after verification PR is allowed to merge