Test Wizcorp Site
- Install Xcode (via AppStore)
- Open terminal and run:
xcode-select --install
- Still in terminal run:
sudo gem install jekyll
- Install git http://git-scm.com/downloads
- In terminal navigate to where you want to store the website and run:
git clone [email protected]:aogilvie/wizcorpsite.git
- To test the website locally run:
jekyll -w serve
- Open your browser of choice and navigate to http://locahost:4000