Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 369 Bytes

How to run it?

To setup simple install nodejs run the fallowing commands

npm install && npm install -g gulp
gulp s

Available commands

gulp s # runs the page in serve mode on localhost:8080
gulp build # compiles and minifies the html
gulp sass # compiles and minifies the sass
gulp publish # publishes this to the gh-pages branch