# Overview This project is built on the [node edition of patternlab](https://github.com/pattern-lab/edition-node-gulp). Additional setup includes SASS integration, webpack bundling, unit tests, continous integration with circle CI and automated deployments to firebase. ## Still to do * gulp task for production build which will optimise assets * images optimisation * update gulp and webpack to use ES6 syntax. ## Getting started * npm install - to get project dependencies * npm start - to generate a local build and watch for changes * npm run build - to generate a local build * npm run test - to run unit tests and watch for changes * npm run test:single-run - run unit tests once only * npm run publish - generates a dist folder with all files required to install the repo as a npm dependency