git clone https://github.com/bowst/bowstrap.git your_folder
cd your_folder
rm -rf .git
git init .
npm install
gulp serve
This template uses gulp-nunjucks-render
to render HTML templates. This lets you build shared components without having to worry about copying them between pages. See documentation for nunjucks at http://mozilla.github.io/nunjucks/templating.html.