Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/faun/saschawinter.com

Static site built with Jekyll
https://github.com/faun/saschawinter.com

Last synced: 20 days ago
JSON representation

Static site built with Jekyll

Awesome Lists containing this project

README

        

###Setup
####Step 1.

Use Ruby 1.9

####Step 2

Bundle

bundle install

####Step 3

Build with bootstrap

git clone git://github.com/faun/bootstrap.git $HOME/src/bootstrap
rake

####Step 4

View it in a browser

rackup
open http://0.0.0.0:9292

####Optional

Watch for changes with guard

guard