Skip to content
This repository has been archived by the owner on Feb 25, 2019. It is now read-only.

govCMS/govstrap

Repository files navigation

GovStrap

Overview

This project is a GovCMS light weight bootstrap base theme.

Work with it locally

Requirements

Build and compile assets

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

Special assets

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

Code Quality Tool

Lint

$ cd MYPROJECT
$ yarn lint