- Install XCode (from Mac App Store)
- after XCode install, open Terminal and run
xcodebuild -version
and then runsudo xcodebuild -license
and follow instructions
- after XCode install, open Terminal and run
- Install Github app for Mac
- Install Ruby with RVM
- Fresh install of OS X Yosemite with Node, Sass, Yeoman
- Install MariaDB on Mac OS X with Homebrew
- Run
brew update
- Install PHP / Apache development environment via Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="card"> | |
<div class="toggles"> | |
<div id="type-toggle"> | |
<span class="label">Opacity</span> | |
<input type="checkbox" id="toggle" class="tgl tgl-light" /> | |
<label for="toggle" class="tgl-btn"=""></label> | |
</div> | |
<div id="type-toggle-2"> |