A website for finding a player's farming weight in Hypixel Skyblock.
Elite Website is a tool designed for Hypixel Skyblock players to check their farming skill/weight. The website is still under development but offers a useful feature for players to assess their progress in the game. It works in conjunction with a backend API, which requires its own setup. The website provides instructions for installation and usage, including setting up the necessary environment variables and creating a production version of the app.
To install and run the Elite Website, follow these steps:
pnpm i to install the dependencies..env.example, rename it to .env, and fill out all the fields with the relevant values.DISCORD_CLIENT_SECRET and PUBLIC_DISCORD_CLIENT_ID can be obtained from https://discord.com/developers/applications after creating a new application..env file can be left as-is for local development..env file and rename it to .env.production..env.production file to use the desired port.Note: To deploy the site on a domain name, further configuration using other tools like nginx forwarding is required.
Elite Website is an in-development tool for Hypixel Skyblock players to track their farming skill/weight. It offers useful features and requires the setup of a backend API. The installation process is provided along with instructions for both local development and production build deployment.