Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 803 Bytes

File metadata and controls

28 lines (18 loc) · 803 Bytes

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: