Skip to content

AlexanderjanSzawarzynski/stk-website

 
 

Repository files navigation

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)

  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/.

About

SuperTuxKart Main Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 49.2%
  • SCSS 18.8%
  • HTML 13.5%
  • JavaScript 13.4%
  • CSS 4.9%
  • Dockerfile 0.2%