/cafephilo_v3

Primary LanguageRubyApache License 2.0Apache-2.0

Credits for the UI and for the infinite scroll, and contribution to project at all to Ihor Tokaryk

builds.sr.ht status

Rails

Cafephilo site

Build

  • Install ruby $(cat .ruby-version)
  • Install postgres
  • Create postgres user for db
  • Run bundle install
  • Run rake db:create && rake db:migrate && rake db:seeds
  • Run rails s