Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 503 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 503 Bytes

Under development

ssg-IPT

The IPT should have its own site. But it isn't ready yet.

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