helsingborg-stad / municipio-blue
Blue version of the municipio theme
Installs: 220
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 0
Open Issues: 0
Language:JavaScript
Type:wordpress-theme
This package is auto-updated.
Last update: 2024-10-16 20:26:16 UTC
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.
- First off run the setup script from Terminal.
cd
to your theme folder and runsh setup.sh
and fill in the requested information. - Run
npm install
to install Node dependencies (gulp). - To compile SASS and JS just run
npm run build
in the theme folder.