There was an error while loading. Please reload this page.
Remember the terminal? Where you use jekyll serve to start the local server that will show you your wonderful project in the browser?
jekyll serve
If you choose to pick up the Grunt version of these theme, you have to change something in your process to show the project in the browser.
It isn't hard, in fact the only thing that change is a command.
Instead of use jekyll serve you have to use grunt serve.
grunt serve
The command grunt serve will work if, and only if, you have successfully installed Grunt.