There are no Hypixel assets inside of this repository nor are any provided associated with this project. All assets used are fetched from the live Hypixel CDN.
A ruby-on-rails forums website recreation meant to be synced with Swofty's Hypixel SkyBlock Recreation.
- Ruby 3.2.2 or higher
- Rails 7.1.0 or higher
- PostgreSQL 14+ (or your database of choice)
- Node.js 18+ and Yarn
- Git
- Clone the repository:
git clone https://github.com/Swofty-Developments/HypixelForums.git
cd hypixel-forums
- Install Ruby dependencies:
bundle install
yarn install
- Database setup:
rails db:create
rails db:migrate
rails db:seed
- Environment setup:
cp .env.example .env
# Open .env and configure your environment variables
# Edit database credentials and any API keys
- Start the server:
rails server
- Open your browser and navigate to http://localhost:3000
To connect with Swofty's Hypixel SkyBlock Recreation. Configure the SkyBlock API endpoint in your .env
file:
SKYBLOCK_API_ENDPOINT=http://your-skyblock-server:port
SKYBLOCK_API_FORUMS_KEY=your-forums-key # This is given to you when you launch the API service, this is not a normal API key
Join our Discord server for support