Skip to content

ravitejav/Chatter

Repository files navigation

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.

cd Chatter
npm i

To run in DEV environement...

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