Setup
To manually set up the template, first download it with Git:
git clone https://github.com/after9/gulp-bootstrap-5 projectnameThen open the folder in your command line, and install the needed dependencies:
cd projectname
yarnFinally, run yarn start to run Gulp. Your finished site will be created in a folder called dist, viewable at this URL:
http://localhost:3000
To create compressed, production-ready assets, run yarn run build.