subvisual/firestarter

View on GitHub
templates/README.md.erb

Summary

Maintainability
Test Coverage
<%= app_name.humanize %>
<%= '=' * app_name.humanize.length %>

Getting Started
---------------

This repository comes equipped with a self-setup script:

    % ./bin/setup

After setting up, you can run the application using [foreman]:

    % foreman start

[foreman]: http://ddollar.github.io/foreman/

Guidelines
----------

Use the following guides for getting things done, programming well, and
programming in style.

* [Protocol](http://github.com/groupbuddies/guides/blob/master/protocol)
* [Best Practices](http://github.com/groupbuddies/guides/blob/master/best-practices)
* [Style](http://github.com/groupbuddies/guides/blob/master/style)