If you'd like to contribute to SkyBlock Stats, I highly encourage you to join the Discord server.
If you want to add yourself as an admin for testing, add your undashed Minecraft UUID to src/_admins.json
.
If you change the backgrounds or donators list, run "yarn run init" to update the files.
(steps 1 and 2 are only required if you want to change the backend too)
- Install and run skyblock-api
- Change the
API_URL
insrc/lib/api.ts
tolocalhost:8080
. - Run
yarn
to install dependencies yarn run init
yarn dev