# Frontend Build for cc-commoners theme This is the frontend build environment for cc-commoners theme. It works with [Foundation for Sites 6](http://foundation.zurb.com/sites). Also includes a Sass compiler and another tasks in gulp for building dependencies files and minify images ## Installation To use this template, your computer needs: - [NodeJS](https://nodejs.org/en/) (0.12 or greater) - [Git](https://git-scm.com/) This template can be installed with the Foundation CLI, or downloaded and set up manually. ### Using the CLI Install the Foundation CLI with this command: ```bash npm install foundation-cli --global ``` ### Setup To install all the needed dependencies: ```bash npm install ``` Finally, run `gulp watch` to run the Sass compiler watch. It will re-run every time you save a Sass file.