Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evantahler/lbe-internship.com

For the good.
https://github.com/evantahler/lbe-internship.com

Last synced: about 1 month ago
JSON representation

For the good.

Awesome Lists containing this project

README

        

# The ETC Creative Good Fund.
### http://www.lbe-internship.com/
### https://github.com/evantahler/lbe-internship.com

## How do I build the site?

this is a static site hosted by [github pages](http://pages.github.com/). We use [Jekyll](http://jekyllrb.com/) to build the site and test it locally. Here's a quick guide:

- install [Ruby](http://www.ruby-lang.org/) (comes with OSX)
- [git](http://git-scm.com/) clone this project
- [install](http://gembundler.com/) bundler
- install the gems this project needs with `bundle install`
- run jekyll `jekyll server --watch` which will run this site locally on port 4000.
- running the site will also generate all the static assets for the site in a `_site` folder within this project.

To deploy this site, just push your changes to the `gh-pages` branch.