Skip to content

kanyuga/killer-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Killer Counter

CircleCI Test Coverage Code Climate Issue Count

This is an attempt to create a log for killer.

How to Setup and Contribute

  • For the repo
  • git clone your fork
  • Add this repo as a remote to make rebasing easier: git remote add kanyuga https://github.com/kanyuga/killer-counter.git
  • git checkout -b <branch-name>
  • npm install
  • npm start to start the dev server
  • Work on your feature/task
  • Commit
  • Pull latest master from the original repo, e.g. git pull kanyuga master
  • Rebase your <branch-name> with master: git rebase master
  • Push to your fork: git push origin <branch-name>
  • Create a PR to @kanyuga/killer-counter