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.
- 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 (https://localhost:8001/)