Skip to content

thoughtbot/troposweather.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.