Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thoughtbot/troposweather.com

The website for Tropos
https://github.com/thoughtbot/troposweather.com

middleman netlify

Last synced: 27 days ago
JSON representation

The website for Tropos

Awesome Lists containing this project

README

        

# troposweather.com

This is the source code for the [Tropos website][tropos-website]. It's built
with [Middleman][middleman].

You can find the source code for the iOS app at [`thoughtbot/Tropos`][ios-repo]
and the Android app at [`thoughtbot/tropos-android`][android-repo].

[tropos-website]: http://troposweather.com
[middleman]: https://middlemanapp.com/
[ios-repo]: https://github.com/thoughtbot/Tropos
[android-repo]: https://github.com/thoughtbot/tropos-android

## Setup

1. Set up your machine:

```bash
bin/setup
```

1. Run the app:

```
bundle exec middleman
```

```
open http://localhost:4567
```

## Deployment

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

[netlify]: https://www.netlify.com/