helsingborg-stad / municipio-innovation-theme
Wordpress child theme for Municipio
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 0
Open Issues: 20
Language:Blade
Type:wordpress-theme
Requires
- composer/installers: ^1.0
- helsingborg-stad/acf-export-manager: >=1.0.0
- philo/laravel-blade: ^3.1
- symfony/debug: ^4.0
- dev-master
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/express-4.18.2
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/terser-4.8.1
- dev-dependabot/npm_and_yarn/eventsource-1.1.1
- dev-dependabot/npm_and_yarn/url-parse-1.5.10
- dev-dependabot/npm_and_yarn/ajv-6.12.6
- dev-dependabot/npm_and_yarn/node-sass-7.0.0
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-feature/event-calendar
- dev-dependabot/npm_and_yarn/color-string-1.5.5
- dev-develop
- dev-dependabot/npm_and_yarn/dns-packet-1.3.4
- dev-dependabot/npm_and_yarn/browserslist-4.16.6
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/ssri-6.0.2
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/gsap-3.6.0
- dev-feature/toolbox
- dev-hotfix/page-template
- dev-feature/challenges
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-feature/styling
This package is auto-updated.
Last update: 2024-11-12 20:37:52 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.