This is the source code of the SuperTuxKart main website, it is based on Git-wiki with translation support.
With docker-compose
- install docker-compose
- run
docker-compose up stk-website
- the website will be ready on
http://127.0.0.1:4000/
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/
.