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.
- Clone the repository.
- Install packages via
npm
.
npm install
- Fill out your environment details into a
.env
mimicking thesample.env
. - Run the following to start locally.
npm run dev -- --open
This project is licensed under the GNU General Public License. See LICENSE
for more information.