Skip to content

emag/morechat

Repository files navigation

morechat

Requirements

Usage

Build

git clone https://github.com/emag/morechat.git
cd morechat
./gradlew distZip

You can find the client/server binaries in the following directories.

  • morechat-server/build/distributions/morechat-server-x.y.z.zip
  • morechat-client/build/distributions/morechat-client-x.y.z.zip

Run

Server

unzip morechat-server-x.y.z.zip
cd morechat-server-x.y.z/bin
./morechat-server

Client

unzip morechat-client-x.y.z.zip
cd morechat-client-x.y.z/bin
MORECHAT_CLIENT_OPTS="-Dvoicetext.apikey=your_voicetext_api_key" ./morechat-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages