https://github.com/launchpadlab/prevent-blindness-middleman
https://github.com/launchpadlab/prevent-blindness-middleman
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/launchpadlab/prevent-blindness-middleman
- Owner: LaunchPadLab
- Created: 2015-12-04T19:32:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T14:07:10.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T19:55:36.905Z (about 1 year ago)
- Language: HTML
- Size: 24.5 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```