Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 810 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 810 Bytes

troposweather.com

This is the source code for the Tropos website. It's built with Middleman.

You can find the source code for the iOS app at thoughtbot/Tropos and the Android app at thoughtbot/tropos-android.

Setup

  1. Set up your machine:

    bin/setup
  2. Run the app:

    bundle exec middleman
    
    open http://localhost:4567
    

Deployment

This website is deployed on Netlify. Trigger a deploy by pushing to the master branch on GitHub.