Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 199 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 199 Bytes

lanparty

LanPartyWebsite

setup

1. do the git clone
2. install the gems (run bundle)
3. migrate the database (rake db:migrate)
4. run the unit tests (rake rspec)
5. you're set!