helsingborg-stad / student-council-protocols-theme
A child theme for the student council web-platform
Installs: 316
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 11
Forks: 0
Open Issues: 18
Language:HTML
Type:wordpress-theme
Requires
- aristath/kirki: ^3.0
- composer/installers: ^1.0
- helsingborg-stad/acf-export-manager: >=1.0.0
- philo/laravel-blade: ^3.1
- shortpixel/shortpixel-php: ^1.4
- symfony/debug: ^4.0
- wpackagist-plugin/advanced-custom-fields: ^4.4.7
- dev-master
- 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/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/engine.io-and-browser-sync-6.2.1
- dev-dependabot/npm_and_yarn/minimatch-and-gulp-and-rev-del-3.0.4
- dev-dependabot/npm_and_yarn/socket.io-parser-and-browser-sync-4.2.1
- dev-dependabot/npm_and_yarn/follow-redirects-1.14.8
- 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-dependabot/npm_and_yarn/tar-2.2.2
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/ini-1.3.8
- dev-dependabot/npm_and_yarn/acorn-5.7.4
- dev-dependabot/npm_and_yarn/fstream-1.0.12
- dev-dependabot/npm_and_yarn/lodash.merge-4.6.2
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/npm_and_yarn/macaddress-0.2.9
- dev-dependabot/npm_and_yarn/mixin-deep-1.3.2
This package is auto-updated.
Last update: 2024-11-05 04:14:41 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
gulp
in the theme folder.