Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 686 Bytes

CircleCI

Build Status

Install & Setup

  1. Create a new local domain http://local.circle and point it to web
  2. Install node modules: npm install
  3. Install composer modules: composer install
  4. Install bower components: bower install

Running Tests

  • Run Behat tests w/ bin/behat

Gulp

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