Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 399 Bytes

README.rdoc

File metadata and controls

32 lines (15 loc) · 399 Bytes

This is Fulfilist

To get it going get postgres:

brew install postgres

bundle that shit

bundle

create the database:

rake db:create

migrate!!!!

rake db:migrate

Launch it:

rails s

Make it pretty:

kevin --work_it!

This is very much a work in progress. Probably some bugs, no tests, yadda yadda yadda… That is where you come in!