Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 382 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 382 Bytes

AniList for Twitch

AniList for Twitch is a Twitch extension that allows streamers to display their lists from AniList on their Twitch channel.

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint