- Create a new local domain http://local.circle and point it to web
- Install node modules:
npm install
- Install composer modules:
composer install
- Install bower components:
bower install
- Run Behat tests w/
bin/behat
This project implements a gulpfile.js for "building" the project.
- Before developing run
gulp browsersync
to auto build and reload assets across browsers. - To "build" the project and copy all assets run
gulp build