This is the WordPress theme for the new Code for Durham website.
In a WordPress site, put this folder into the wp-content/themes folder.
You will need to have NPM installed. Then run this command in the terminal:
$ npm install
Make sure all your css files are imported in the css/style.css file. Then in the terminal, run:
$ npm run gulpstyles
This will bundle all the styles into style.css in the root folder.
Make sure all your css files are imported in the css/style.css file. Then in the terminal, run:
$ npm run gulpwatch
Now on each save of a css file, the styles will be bundled into style.css in the root folder, and the browser will automatically be updated.