This is a static generator for websites. Gulp as a build tool, JADE as a template language, markdown and front-matter as data source. Uses also:
- stylus with nib, lost and autoprefixer
- coffeescript
- bower
- polymer
go to factory
cd .factory
install npm modules
npm install
install bower components
bower install
install bower (with sudo if fails)
sudo bower --allow-root install
build vendor.min.js file with all bower dependencies
gulp bower-deps
build vendor.min.js file with all bower dependencies (with sudo if fails)
sudo gulp bower-deps
run gulp
gulp
run gulp (with sudo if fails)
sudo gulp
Done!
go to: https://localhost:3000/