Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 492 Bytes

File metadata and controls

17 lines (14 loc) · 492 Bytes

ProudCity Pattern Library Boilerplate

Quickly set up a site using the Bootstrap-based ProudCity Pattern Library and Grunt.

Running local server with livereload:

git clone https://github.com/proudcity/proudcity-patternlibrary-boilerplate.git
cd proudcity-patternlibrary-boilerplate
npm install && bower install
grunt

Building dist production version:

grunt publish