Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 415 Bytes

Mode Set

Rails app powering modeset.com

Run bundle and rackup or bundle exec rackup to run the site.

Pushing

  • Set up Heroku:
    • heroku login
    • heroku keys:add
  • Push version2 branch to staging with: git push -f staging version2:master
  • Pushing master to production: