A better way to browse/watch Twitch clips. Built with Nuxt.
- Browse clips by game, category.
- Watch clips in a player.
- Share clips.
- Download clips.
- Install pnpm
- Install dependencies with
pnpm install
- Create a
.env
file in the root of the project with the following content:NUXT_TWITCH_CLIENT_ID=your-twitch-client-id NUXT_TWITCH_CLIENT_SECRET=your-twitch-client-secret NUXT_BASE_URL=base-url NUXT_SESSION_PASSWORD=your-session-password
- Run
pnpm dev
Run pnpm test
Run pnpm lint
This project uses commitlint and conventional commits.