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

Latest commit

 

History

History
7 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 250 Bytes

README

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