Documentation
Developer
Install and build
The easiest way to get started is to either copy this site or use the more basic example included in the SSG project.
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 wont start a server
gulp --production