Skip to content

therungg/therun-frontend

Repository files navigation

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.

About

Frontend for therun.gg

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published