- Node.js & NPM
- Bower
- From a console / terminal, cd to the root folder of the project
- Run
npm install
- Run
bower install
- In Gruntfile.js set values for
ghost_location
andghost_theme_name
- Initiate watch:
grunt watch
. - Compile less:
grunt less
- Uglify js:
grunt uglify
- Combine and minify css:
grunt cssmin