- Install gulp
$ npm install -g gulp
- Install node modules (watch out)
$ npm install
- Install gems
$ bundle
By default, gulp will run browser sync and watch.
$ gulp
$ gulp build
Any pushes to the master branch (including PR's), will trigger a github action which deploys the site.