Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timstott/monarch-eurasia-middleman
The official Monarch Eurasia website
https://github.com/timstott/monarch-eurasia-middleman
Last synced: about 1 month ago
JSON representation
The official Monarch Eurasia website
- Host: GitHub
- URL: https://github.com/timstott/monarch-eurasia-middleman
- Owner: timstott
- Created: 2014-06-30T23:09:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T22:10:31.000Z (over 2 years ago)
- Last Synced: 2023-08-05T02:25:52.673Z (over 1 year ago)
- Language: HTML
- Homepage: http://monarcheurasia.com
- Size: 7.41 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Monarch Eurasia [![Build Status](https://travis-ci.org/timstott/monarch-eurasia-middleman.svg?branch=master)](https://travis-ci.org/timstott/monarch-eurasia-middleman)
## Getting Started
```
# Install middleman
bundle# Start server
bin/boot
```## S3 Redirects
```
.
+-- en -> /
+-- services -> /client_services
+-- en
+-- business_challenges -> /business_challenges
+-- careers -> /careers
+-- conact_us -> /contact_us
+-- services -> /services```