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.
Twitch client ID and client secret
git clone https://github.com/GAMIS65/twitch-clip-rewind.git
cd twitch-clip-rewind
npm installPut your Twitch client ID and client secret into the .env.local file.
To run in dev mode:
npm run devTo run in production mode:
npm run build
npm run start