Skip to content

truetandem/burndown

 
 

Repository files navigation

Burndown

Burndown before you burn out.

Installation

Prerequisites (if needed):

Ruby

I recommend installing with RVM.

$ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby

Github Application

Create a new application here.

NOTE: These settings are for local development. Please change according to your environment!

Now add your Github application client id and client secret to environment variables

$ echo 'export GITHUB_KEY=client_id_here' >> ~/.bashrc
$ echo 'export GITHUB_SECRET=client_secret_here' >> ~/.bashrc

Burndown

Install Burndown:

$ git clone [email protected]:appneta/burndown.git
$ cd burndown/
$ bundle
$ rake db:migrate

Start the server:

$ source ~/.bashrc
$ rails s

Now, just head over to http://127.0.0.1:3000 in your favorite browser and start burning down!

Packages

No packages published

Languages

  • JavaScript 38.2%
  • CSS 26.7%
  • Ruby 20.7%
  • HTML 14.4%