Skip to content

Penca53/audio-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2802aea · Sep 29, 2021

History

12 Commits
Sep 29, 2021
Sep 29, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jun 5, 2021
Jun 1, 2021
Aug 17, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Jun 1, 2021
Sep 29, 2021
Sep 29, 2021
Jun 5, 2021
Sep 10, 2021

Repository files navigation

Electron + TypeScript + React + Twitch Chat Bot

Electron-React-TS app which connects to a user defined Twitch channel and plays audio clips whenever a valid command is typed.

Installation

Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies

npm install
yarn install

Usage

In order to run this project 2 scripts will need to be executed dev:react and dev:electron, run each one in a different terminal and always run dev:react before dev:electron, or dev to run them in order automatically

npm run dev:react
npm run dev:electron

or directly

npm run dev

Packaging

To generate a project package run package

npm run package

License

Apache 2.0