Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 223 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 223 Bytes

README

run bundle install

then rake db:create && rake db:migrate && rake db:seed (this might take a long time as there are a lot of words)

then rails s to start your server

to run the tests run rspec or rake