项目作者: d-fischer

项目描述 :
A chat client for Twitch
高级语言: JavaScript
项目地址: git://github.com/d-fischer/chad.git
创建时间: 2016-04-03T18:31:24Z
项目社区:https://github.com/d-fischer/chad

开源协议:GNU General Public License v3.0

下载


Chad

A chat client for Twitch

Download

You can always download the latest version right here. Currently there are Windows 64-bit and macOS builds.

Build and run from source

You can build the client from source with a few easy steps. (Node being installed is assumed)

  1. npm install
  2. cd app
  3. npm install

Optionally, you can install electron globally:

  1. npm install -g electron

After that, you only need to run the following (in the root directory) to launch the client:

  1. # if you installed electron globally, use this
  2. electron app
  3. # if you didn't, use this instead
  4. node_modules/.bin/electron app

Contribute

Feature requests, bug reports or even pull requests are always appreciated! :)