Skip to content

changchiyou/wildrift-gold-efficiency

Repository files navigation

Wild Rift Gold Efficiency

Github Action

WR(Wild Rift) Gold Efficiency, a website combining the gold efficiency calculation formula from with the design elements from , featuring manually updated item data from .

Entrance Features PWA

Backstory

Being a data enthusiast, I found the concept of Gold Efficiency mentioned in highly intriguing. However, upon initial inspection, I noticed that the website contained a multitude of outdated and erroneous item data. Moreover, its disorganized layout made reading difficult, rendering it unsuitable for direct use.

After some time, I came across another website, , which drew me in with its sleek and elegant design, as well as its CSS style. Although it also suffered from the issue of outdated and inaccurate item data, I had an idea:

Merging the calculation formula from with the style of , and manually updating the item data myself. Thus, this website was born out of this concept.

Installation (for developer)

  1. Installation | Jekyll • Simple, blog-aware, static sites
  2. Clone this project via git:
    git clone git@github.com:changchiyou/wildrift-gold-efficiency.git; cd wildrift-gold-efficiency
    
  3. Update bundle & Install dependencies from Gemfile:
    bundle update; bundle install
    
  4. Serve the Site:
    bundle exec jekyll serve