Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.03 KB

The Run: The Free Speedrun Statistics Site

Therun is a free speedrun statistics website. It provides live data and advanced statistics for participating speedrunners.

Features

  • Live Runs tracking
  • Advanced statistics
  • Games overview
  • Splits backup
  • Twitch Extension

and many, many more.

Getting Started

You'll need node.js version 22 or higher. First clone this repository.

cp .env .env.local
npm i
npm run dev

Navigate to localhost:3000

Setting up the database

Since early 2025, we use this project as our backend, with a new SQL database. To set it up:

  • Get yourself a Postgres DB (I recommend using Supabase)
  • Add your DATABASE_URL to env.local
  • Run npm run migrate to create the database tables
  • Run npm run seed to fill the database with seed data

Support

Love what we do? You can support the project on Patreon!

Contribute

Check out our Contribution guide.