Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 536 Bytes

File metadata and controls

30 lines (20 loc) · 536 Bytes

Xikbot

Build Status

A highly configurable and extensible Twitch bot written in Node.js.

Build Setup

# install dependencies
npm install

# compile web assets
gulp build

# watcher (for compiling web assets while developing)
gulp watch

# run both bot & web interface
nodemon index.js both

# run bot only
nodemon index.js bot

# run web only
nodemon index.js web

# or run via pm2
pm2 start process.json