Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 247 Bytes

File metadata and controls

12 lines (7 loc) · 247 Bytes

HackYale Website

The sinatra app behind hackyale.

TO RUN

  1. Install dependencies (RVM recommended here...)

bundle install

  1. Start the shotgun server, and navigate to //localhost:3000

shotgun ./app.rb -p 3000