helsingborg-stad/action-municipio-childtheme

Custom tailored theme for action.helsingborg.se.

Installs: 314

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 10

Forks: 1

Open Issues: 19

Language:SCSS

Type:wordpress-theme


README

An empty Municipio child theme. Including npm dependencies for Gulp compilation/minifiy of JS and SASS.

Getting started

This is a simple guide on how to get started with the Municipio Childtheme.

Make sure to have Node.js installed on your machine.

  1. First off run the setup script from Terminal. cd to your theme folder and run sh setup.sh and fill in the requested information.
  2. Run npm install to install Node dependencies (gulp).
  3. To compile SASS and JS just run npm run build in the theme folder.