A Twitter thing written with Amber.
Go to file
R. Tyler Croy f90ee5bb5a Nuke submodule that's not used anymore 2012-02-27 00:06:58 -08:00
contrib Add bootstrap because hey why not 2012-02-21 22:02:47 -08:00
css Add some basic/simple CSS to allow multiple timelines cleanly 2012-02-26 23:32:20 -08:00
js Prune the timeline after X results (currently 50) to save memory/space 2012-02-26 23:31:58 -08:00
st Prune the timeline after X results (currently 50) to save memory/space 2012-02-26 23:31:58 -08:00
views Update the view to reflect the fancy name change 2012-02-27 00:03:02 -08:00
Gemfile Add a Procfile and some tweaks for Heroku 2012-02-26 23:52:24 -08:00
Gemfile.lock Add a stupid Gemfile.lock for stupid heroku 2012-02-26 23:53:16 -08:00
Procfile Add a Procfile and some tweaks for Heroku 2012-02-26 23:52:24 -08:00
README.markdown We don't really need shotgun for the dev environment anymore 2012-02-22 10:54:44 -08:00
Rakefile Remove built in sinatra junk and just use Resin 2012-02-25 17:41:39 -08:00

README.markdown

Twi.st

Getting started

% git submodule update --init
% bundle install
% rake server