/twitch-clip-rewind

Project for TimeEnjoyed's codejam

Primary LanguageTypeScriptMIT LicenseMIT

Twitch Clip Rewind

Project for TimeEnjoyed's codejam

Look back in time at your best stream highlights.

A simple website that "generates" a "rewind" from your most viewed Twitch clips from a specific time period.

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

Getting Started

Requirements

NodeJS >=16.14.0

Twitch client ID and client secret

How to install

git clone https://github.com/GAMIS65/twitch-clip-rewind.git
cd twitch-clip-rewind
npm install

Put your Twitch client ID and client secret into the .env.local file.

How to run

To run in dev mode:

npm run dev

To run in production mode:

npm run build
npm run start