Skip to content

vdieulesaint/hacktoberfest-leaderboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hacktoberfest-leaderboard

This is the leaderboard application for the hacktoberfest summit. The application is kept simple so you can improve it with your own pull requests to help you contribute for the hacktoberfest.

The application is hosted on Heroku. Visit it here

Happy coding

How to test localy

The application is written in Ruby, using the Sinatra framework.

Need to learn Ruby ? Visit Rubymonk

Setup dev environment

First, you need to install an ruby interpretter, alongside with the gem ruby package management tool. Visit Ruby language website for more details.

You'll probably need an editor too. Notepad++ is a simple alternative, Visual Studio Code is a more advanced one.

Download bundler by running

    gem install bundler

If you're running behind a proxy, you'll need to set both environment variables HTTP_PROXY and HTTPS_PROXY

Running the app localy

Run

    bundle exec ruby leaderboard.rb

then browse to http://localhost

Usefull documents

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.4%
  • HTML 32.6%