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

https://github.com/gregoire78/multitwitch

Simple multitwitch πŸ“ΊπŸ”΄.ws
https://github.com/gregoire78/multitwitch

live multitwitch react tmi twitch twitch-api twurple

Last synced: 2 months ago
JSON representation

Simple multitwitch πŸ“ΊπŸ”΄.ws

Awesome Lists containing this project

README

          

![Docker](https://github.com/gregoire78/multitwitch/workflows/Docker/badge.svg)

## multiTwitch template

MultiTwitch.co is not affiliate witch Twitch.tv

![screenshot](https://user-images.githubusercontent.com/11161511/121823879-4b9bb600-cca8-11eb-9c84-58feee9e8d38.png)

[πŸ“ΊπŸ”΄.ws](http://πŸ“ΊπŸ”΄.ws)

If you have sugestion to submit please contact me, it would be a pleasure . πŸ˜‰

## Config

For config go to the create a `.env` file

## Build and Run the project

Install dependencies:

`npm install`

Run project:

`npm start`

Build project:

`npm run build-prod` or `npm run build-dev`

Lint fix

`npm run lint:fix`

Prettier

`npm run prettier:check`