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
- Host: GitHub
- URL: https://github.com/binaryage/hints
- Owner: binaryage
- Created: 2012-02-28T00:09:41.000Z (about 14 years ago)
- Default Branch: web
- Last Pushed: 2022-04-26T15:24:47.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T13:18:53.676Z (about 1 year ago)
- Language: HTML
- Homepage: http://hints.binaryage.com
- Size: 27.1 MB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).