Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 388 Bytes

README.markdown

File metadata and controls

24 lines (16 loc) · 388 Bytes

Setup

$ bundle install
$ rake db:setup
$ bundle exec rspec
$ rails server

How To Contribute

See the TODO file.

Returning Code to WhiteHat

Run the following:

$ git format-patch -o /tmp/$(whoami)-submission $(git rev-list --max-parents=0 HEAD)
$ cd /tmp && tar czvf $(whoami)-submission.tgz $(whoami)-submission

Send the resulting archive to us by email.