1. fork repo @ github 2. `git clone <your fork>` 3. `npm install` 4. `bower install` 5. `gulp serve` 6. sass Patrick will wing it 7. edit `app/scripts/main.js` file – remove `“use strict”` 8. see jshint error in terminal 9. edit `app/scripts/entities/search-model.js` - comment out line 33: `route += this.getQueryString();` 10. see tests fail in terminal
git clone <your fork>npm installbower installgulp serveapp/scripts/main.jsfile – remove“use strict”app/scripts/entities/search-model.js- comment out line 33:route += this.getQueryString();