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

https://github.com/travisthetechie/travisthetechie.com


https://github.com/travisthetechie/travisthetechie.com

blog

Last synced: about 6 hours ago
JSON representation

Awesome Lists containing this project

README

          

## Getting Started

$ brew install rbenv
$ rbenv init # make sure your shell is setup
$ rbenv install -l # install the lastest
$ rbenv global $(rbenv versions --bare | tail -1) # set latest as global version
$ gem install jekyll jekyll-paginate
$ jekyll serve --drafts --incremental