Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 707 Bytes

File metadata and controls

33 lines (20 loc) · 707 Bytes

Chat


Hexlet tests and linter status::

Actions Status


Description

Simplified version of Slack chat. You can register, login and chat, interact with channels(add, remove, rename). Check via link below.


Requirements

  • Node.js version v.18.12.1 or later
  • GNU Make version 4.2.1 or later

Clone and run locally

  1. Clone project

     git clone git@github.com:IgorLebedev/Chat.git
    
  2. Install dependencies

     make install
    
  3. Run locally

     make start