Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skarab42/skarabot

Twitch bot for my channel
https://github.com/skarab42/skarabot

bot twitch

Last synced: 15 days ago
JSON representation

Twitch bot for my channel

Awesome Lists containing this project

README

        

# SkaraBot - Twitch Bot

WIP Projet développé en live sur la chaîne [twitch.tv/skarab42](https://www.twitch.tv/skarab42).

# Project setup

```bash
# Clone this repository
git clone https://github.com/skarab42/skarabot

# change directory to cloned path
cd skarabot

# install all dependencies
yarn install

# run application in development mode
yarn watch

# run application in production mode
yarn start

# build application in production mode
yarn build

# lint/prettify
yarn lint
```