Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 652 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 652 Bytes

Contributing

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.

Development

(steps 1 and 2 are only required if you want to change the backend too)

  1. Install and run skyblock-api
  2. Change the API_URL in src/lib/api.ts to localhost:8080.
  3. Run yarn to install dependencies
  4. yarn run init
  5. yarn dev