Skip to content
James Tang edited this page Nov 17, 2015 · 2 revisions
  1. Clone the project
git clone https://github.com/jamztang/MagicMirrorWeb.git

or if you're working on an existing folder

git checkout develop
git pull develop
  1. Go to develop branch
cd /path/to/project
git checkout develop
  1. Setup Jekyll and dependancies
gem install jekyll jekyll-redirect-from

If you're on Windows, follow this and this link.

  1. Run Jekyll
jekyll serve
  1. Open browser and head to http://localhost:4000

Clone this wiki locally