Website for Heroes Play Games. Also contains various scenes used for streaming on Twitch.
This is a Next.js project bootstrapped with create-next-app
.
First, install deps:
pnpm i
Set up a Redis server and environment variables in .env
:
REDIS_URI="redis://username:password@url:port"
Run the dev server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.