Inspected By

This is a Sinatra-based experiment for Inspected By.

The Junto will attempt to make it entirely Git-centric without need of a database.

Learn

Inspected By uses the git-notes feature of Git.

Here are some resources to get up to speed:

Development

Dependencies

  • Ruby
  • Bundler

Getting started

git clone [email protected]:highgroove/inspected-by.git
cd inspected-by
bundle install

Starting up

bin/inspected_by --server [PORT] [--repo /Path/to/repo]

Visit http://localhost:4000

Console

irb -r ./lib/inspected_by.rb