/srp-tracker-frontend

Frontend for SRP Tracker. Allows users to view leaderboard statistics.

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

SRP Tracker

Overview

SRP Tracker is a webapp used to track various data on the official SRP timing leaderboards. Currently, it is tracking point leaderboard changes. If you are interested in using the API, view the docs.

Local Usage

  1. Clone the repository.
  2. Install packages via npm.
npm install
  1. Fill out your environment details into a .env mimicking the sample.env.
  2. Run the following to start locally.
npm run dev -- --open

License

This project is licensed under the GNU General Public License. See LICENSE for more information.