Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
/ gethelp Public archive

Backend app for GetHelp

Notifications You must be signed in to change notification settings

BinaryBlitz/gethelp

Repository files navigation

GetHelp

Screenshot

  • Ruby version: see .ruby-version
  • System dependencies: $ brew install postgresql imagemagick
  • Configuration: config/secrets.yml
  • Database initialization: $ rake db:setup
  • How to run the test suite: $ rake test