negue / p4nth3rlabs

Twitch chat, Twitch stream alerts and other fun stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p3nth3rlabs

All Contributors

Getting started with development

System requirements:

NodeJs
npm

Install dependencies

In a terminal tab, run:

cd path/to/repo
npm install

OR

yarn install

This is a Next.js project bootstrapped with create-next-app.

Environment variables

All environment variables you will need for the application to run are demonstrated for you in the file env.example.

The backend

This application uses a connection to the (p4nth3rb0t-mainframe)[https://github.com/whitep4nth3r/p4nth3rb0t-mainframe] to receive websocket events from Twitch.

Running the application

In a terminal tab, run:

cd path/to/repo
npm run start

OR

yarn start

Open http://localhost:3000 with your browser to see the result.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Michael Jolley

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Twitch chat, Twitch stream alerts and other fun stuff

License:MIT License


Languages

Language:TypeScript 97.8%Language:HTML 2.0%Language:Shell 0.2%