npm install
.grunt
.Grunt is set up so that it's the primary task runner, and it will trigger the Jekyll builds as needed. No need to run any Jekyll commands, just run grunt
.
Stylesheets are located in the _source/ui/sass directory. We are using the SASS pre-processing language to generate our CSS stylesheets using grunt on the fly.