Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/faun/saschawinter.com
- Owner: faun
- Created: 2012-08-10T01:21:32.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-06-16T00:40:59.000Z (over 11 years ago)
- Last Synced: 2023-03-11T09:42:54.420Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.saschawinter.com
- Size: 508 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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