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

https://github.com/binaryage/hints

Your feed of Mac-related hints and tips from BinaryAge
https://github.com/binaryage/hints

Last synced: 15 days ago
JSON representation

Your feed of Mac-related hints and tips from BinaryAge

Awesome Lists containing this project

README

          

# Mac Hints from BinaryAge

=> [http://hints.binaryage.com](http://hints.binaryage.com)

## Run a local dev server

Initial setup:

git clone git@github.com:binaryage/site.git
cd site
rake init

Launch dev server on port 80 (requires root password):

rake serve what=hints

Read more info at [https://github.com/binaryage/site](https://github.com/binaryage/site).