Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 542 Bytes

wizcorpsite

Test Wizcorp Site

Setup

  • 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

Testing

  • To test the website locally run: jekyll -w serve
  • Open your browser of choice and navigate to http://locahost:4000