Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 725 Bytes

File metadata and controls

44 lines (25 loc) · 725 Bytes

TODO: Description of the project

If you are a hsv.rb developer:

git clone git@github.com:hsvruby/hntsvll.git

Otherwise:

git clone git://github.com/hsvruby/hntsvll.git
cd hntsvll
bundle install

If you run into issues installing the pg gem on OSX Try doing a gem install passing the env variable

env ARCHFLAGS="-arch x86_64" gem install pg
rake db:schema:load
rake db:seed
rake db:seed:accounts
rails server

Navigate to localhost:3000 in your favorite web browser