Web application to display multiple streams and chats, move and resize them as you like.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Create .env
file at the root of the project and add these varaibles :
- NEXT_PUBLIC_TWITCH_CLIENT_ID=your-twitch-client-id-here
- NEXT_PUBLIC_TWITCH_BEARER_TOKEN=your-twitch-bearer-token-here