Skip to content

fix-macosx/fix-macosx

 
 

Repository files navigation

Fix Mac OS X

This is the code that powers https://fix-macosx.com/.

It is a fork of Micah Lee's https://fixubuntu.com/; prior to Ubuntu 14.10, Ubuntu's default behavior was very similar to Mac OS X 10.10 Yosemite.

All Mac OS X changes were authored and Copyright (c) 2014 by Landon Fuller.

The original code is subject to the following copyright: Copyright (c) 2013-2014 Micah Lee.

Licensed under AGPLv3. See LICENSE for more info.

Developing

  • Install Node.js
  • Install Grunt: npm install -g grunt-cli
  • Install the Node.js dependencies: cd fixosx && npm install
  • Run grunt build to build the static site, grunt to build and watch for changes (http://localhost:8001/)

Packages

No packages published

Languages

  • JavaScript 34.6%
  • CSS 33.5%
  • Python 31.9%