Webapp to display the information from https://github.com/nzyuzin/teeworlds-ratings database.
ruby >= 2.2, sqlite3
Gems: bundler
Execute the following command before starting the server the first time
bundle install
Once launched, the server will use a https://github.com/nzyuzin/teeworlds-ratings server to query for the game related info.
To launch the web server execute
./tools/start_server.sh
from the root of the repository
To stop the server execute
./tools/stop_server.sh