This project is a GovCMS light weight bootstrap base theme.
Install the npm modules
$ cd MYPROJECT
$ yarn
Compile the assets
$ cd MYPROJECT
$ yarn dev (or prod)
Watch for changes and compile the assets
$ cd MYPROJECT
$ yarn watch
Generate Icon-font (https://www.npmjs.com/package/gulp-iconfont)
$ cd MYPROJECT
$ yarn generate-icon-font
Generate Favicon assets (https://realfavicongenerator.net)
$ cd MYPROJECT
$ yarn generate-favicon
Lint
$ cd MYPROJECT
$ yarn lint