BDO Leaderboards is a web-based application that allows you to see and compare various achievements of guild members in Black Desert Online. All data is retrieved from BDO servers in real time via BDO REST API.
https://bdo.hemlo.cc/leaderboards
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- GNU/Linux
- Node >=v14.0
- pnpm (or Yarn, npm etc.)
- Install and run BDO-REST-API (It will print out the port to which it listens to, note it down)
- Clone this repository
- From within the main directory of this repository, run
pnpm install
andpnpm create-config
- (Optional) If your instance of BDO-REST-API listens to another port than 8001 or is hosted on a remote machine, edit the
.env
file in the main directory of this repository specifying the correct API address - Run
pnpm dev
from within the main directory of this repository.