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
.
-
Set up your machine:
bin/setup
-
Run the app:
bundle exec middleman
open http://localhost:4567
This website is deployed on Netlify. Trigger a deploy by pushing to
the master
branch on GitHub.