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

https://github.com/launchpadlab/prevent-blindness-middleman


https://github.com/launchpadlab/prevent-blindness-middleman

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Prevent Blindness Static Middleman Site

This is a middleman site used to create static HTML/CSS for the preventblindness.org redesign. Learn more about middleman at [https://middlemanapp.com](https://middlemanapp.com)

## Setup

1. Pull down repo
2. Install Ruby and Bundler if you don't already have them
3. cd into repo and run ```bundle install```
4. Start server: ```middleman server```

## Build Site
```middleman build```