Skip to content

MagicSketch/MagicMirrorWeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

layout title permalink
page
Web Development
/web-development/

To run the project locally

  1. Clone the project
git clone https://github.com/jamztang/MagicMirrorWeb.git
  1. Go to develop branch
cd /path/to/project
git checkout develop
  1. Run the Jekyll server. If you're on Windows, follow this and this link.
jekyll serve
  1. Open browser and head to http://localhost:4000

The development workflow

  1. Fork the Magic Mirror repository
<iframe src="https://ghbtns.com/github-btn.html?user=jamztang&repo=MagicMirrorWeb&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="158px" height="30px"></iframe>
  1. Clone your repository
git clone https://github.com/<your_username>/MagicMirrorWeb.git
  1. Create a feature branch based on your develop branch
git checkout develop
git checkout -b feature/new_feature
  1. Start working on the feature and commit frequently, finally push to your repository

  2. Once the feature is complete, make a pull request to the official repo and make sure it's based on the develop branch.

  1. Let me know :D