Skip to content
Dj edited this page Sep 2, 2014 · 1 revision

To develop on github-svg-buttons, make sure you have ruby installed, and bundler.

$ git clone https://github.com/ddavison/github-svg-buttons.git
$ cd github-svg-buttons
$ bundle install
$ ruby app.rb

Then navigate to http://localhost:4567/ for the generator.

Star SVG: http://localhost:4567/star.svg?user=&repo=

Fork SVG: http://localhost:4567/fork.svg?user=&repo=

Clone this wiki locally