Clone repository
git clone [email protected]:paweltar/static-site-template.git my-project-name
cd my-project-name
Remove git tracking and initialize your own
rm -rf .git
git init
Download dependencies
npm install && bower install
Build project and start watching for changes
gulp
Create /dist folder for the production website
gulp build