Skip to content

JimRsng/jimtracker

Repository files navigation

Jim Rising Tracker

Secrets

# Riot API Key
NUXT_RIOT_API_KEY=

# Twitch App Credentials
NUXT_TWITCH_CLIENT_ID=
NUXT_TWITCH_CLIENT_SECRET=

# Twitch Webhook Secret Key
NUXT_WEBHOOK_TWITCH_SECRET_KEY=

# Kick App Credentials
NUXT_KICK_CLIENT_ID=
NUXT_KICK_CLIENT_SECRET=

# CDN Token for Blob Storage (Cloudflare R2)
NUXT_CDN_TOKEN=

Screenshot

image

Tech stack

Prerequisites

License

Made with ❤️ by Ahmed and Yizack.

Open Source app and published under MIT License.

Development

Local development
# Install dependencies
pnpm install

# Datebase migration
pnpm db:migrate

# Build
pnpm build

# Run ESLint
pnpm lint

# Run typecheck
pnpm test:types