Skip to content

speedrun-watch/speedrun.watch

Repository files navigation

speedrun.watch frontend

React SPA — dashboard and landing page for speedrun.watch, a Discord bot that sends notifications for new verified speedruns from speedrun.com.

Stack

Vite + React 19 + TypeScript + Tailwind CSS 4 + shadcn/ui + React Router v7

Setup

npm install
cp .env.example .env.local  # configure environment variables
npm run dev                  # dev server on port 3000

Scripts

  • npm run dev — start dev server
  • npm run build — production build
  • npm run lint — ESLint

Issues & Feedback

Found a bug or have a feature request? You can: