Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 626 Bytes

deploy

TubeMate

Chat with random strangers

Demo

http://openchat.ml/

How to setup

Requirements

Installation

  1. Clone the project
  2. npm install
  3. node server.js

Install with Docker

  • docker pull docker.pkg.github.com/danushka96/openchat/openchat:latest
  • docker run --name tubemate -p 3000:3000 docker.pkg.github.com/danushka96/openchat/openchat:latest