Under development
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.
To install dependencies run
npm install
Builds are done with Gulp.
To run a development build. Teh default build is a development build.
gulp
This will minify assets and won't start a server
gulp --production