Skip to content

Latest commit

 

History

History
54 lines (44 loc) · 967 Bytes

README.md

File metadata and controls

54 lines (44 loc) · 967 Bytes

PeerPerks

Encourage peer code review through gamification with perks.

Screenshot

Requirements

Setup

First copy config.dist.json to config.json and update the API_URL setting to your Firebase API URL.

npm install
bower install
grunt

Go to localhost:3002.

In Firebase you should populate a rewards collection and perks collection with something along the following:

Rewards
[
	{
		"points" : 3,
		"name" : "Finished on top this week"
	},
	{
		"points" : 2,
		"name" : "Have your pull request merged"
	}
]
Perks
[
	{
		"points" : 30,
		"name" : "Pick any one task you want to work on"
	},
	{
		"points" : 50,
		"name" : "Hour off early on Friday"
	}
]