cyhsutw / blame-me

πŸ‘©β€πŸ’» Who contributes more lines of code?

Home Page:https://blame-me.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlameMe

Build Status

https://blame-me.herokuapp.com/

See who contributes more many lines of code using git blame.

Paste in the https URL of your repo and we'll do the rest.

Requirements

  • Ruby 2.4.0
  • Bundler
  • cmake (for building the rugged gem)
  • Redis (for Sidekiq)

Development

Setup

  1. Install gems

    $ bundle install
  2. Set environment variables

    $ cp .env.example .env

    and fill in values listed in .env

Run development server

$ bundle exec foreman start

Then access the site by visiting http://localhost:5000.

Run tests

$ bundle exec rake test

About

πŸ‘©β€πŸ’» Who contributes more lines of code?

https://blame-me.herokuapp.com/


Languages

Language:Ruby 58.1%Language:JavaScript 27.0%Language:HTML 8.2%Language:CSS 6.6%