This project uses Jekyll.
- Head over to their quickstart guide to setup jekyll.
- Install npm dependencies
npm install. - Run
grunt serveto tell Jekyll to watch for changes. - To watch for and compile changes to scss and shuffle src js files, run
grunt watchin a separate tab. - go to
http://localhost:4000to see it.
All bug reports and issues require a reduced test case. Take a look at the GitHub contributing guide. For demo links, please use things like CodePen, JSFiddle, or JS Bin to create reduced test cases. For more best practices when contributing, check out html5boilerplate's guide.
Without a reduced test case, your issue may be closed.