Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 519 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 519 Bytes

Under development

ssg-bid

A subsite for BID using the a static site generator - content needs to be revised

For general usage about using the static site see to example site.

Install

To install dependencies run

npm install

Build

Builds are done with Gulp.

Development build

To run a development build. Teh default build is a development build.

gulp

Production

This will minify assets and won't start a server

gulp --production