/modeset.com

Mode Set's main site

Primary LanguageHTML

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:
    • git remote add modeset git@heroku.com:modeset.git
    • git push modeset master