Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thoughtbot/troposweather.com
- Owner: thoughtbot
- Created: 2015-01-13T21:34:58.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T05:33:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-11T08:48:24.556Z (3 months ago)
- Topics: middleman, netlify
- Language: Haml
- Homepage: https://www.troposweather.com/
- Size: 1.45 MB
- Stars: 5
- Watchers: 14
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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/