/website

Primary LanguageHTML

website

Jekyll is more friendly for static sites :)

Setup and Usage

Install and Run

Installing and basic setup. This assumes Ruby is installed. Note that data needs to be fetched for website to work properly.

  • gem install bundle
  • bundle install
  • jekyll serve

Data Fetching Scripts

Fetch autogenerated rating and contest data for /contests. This assumes Python is installed.

  • pip3 install -r requirements.txt
  • python3 reload_data.py