SuperTuxKart Main Website

This is the source code of the SuperTuxKart main website, it is based on Git-wiki with translation support.

How to install locally (development)

With docker-compose

  1. install docker-compose
  2. run docker-compose up stk-website
  3. the website will be ready on http://127.0.0.1:4000/

Without docker compose

First of all install the ruby development environment using this guide.

After that install bundler using gem and run bundler install:

$ gem install bundler
$ bundle install

Well, now you can run locally the app using:

bundle exec jekyll serve

If everything succeds, you can visit your website at http://127.0.0.1:4000/.