regionhalland / region-halland-theme-education
Region Hallands WP tema för skolor
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
regionhalland.visualstudio.com/public.RhWpSites/_git/RhThemeEducation
Type:wordpress-theme
pkg:composer/regionhalland/region-halland-theme-education
v1.85.0
2023-12-18 12:07 UTC
Requires
- php: ^7.2.5
- composer/installers: ~1.0
- regionhalland/region-halland-plugin-acf-add-theme-subpage: 1.5.1
- regionhalland/region-halland-plugin-acf-background-color: 1.5.0
- regionhalland/region-halland-plugin-acf-cookie-notice: 1.7.3
- regionhalland/region-halland-plugin-acf-gutenberg-block-button: 1.0.3
- regionhalland/region-halland-plugin-acf-gutenberg-block-card: 1.7.0
- regionhalland/region-halland-plugin-acf-gutenberg-block-key-value: 1.0.0
- regionhalland/region-halland-plugin-acf-matomo-statistic: 1.5.0
- regionhalland/region-halland-plugin-acf-nav-menu-settings: 1.0.0
- regionhalland/region-halland-plugin-acf-options-page-top-links: 1.2.0
- regionhalland/region-halland-plugin-acf-page-core-model: 1.0.0
- regionhalland/region-halland-plugin-acf-page-education: 1.24.0
- regionhalland/region-halland-plugin-acf-page-hero-image: 1.8.5
- regionhalland/region-halland-plugin-acf-page-ingress: 1.7.0
- regionhalland/region-halland-plugin-acf-page-links-blurbs: 1.8.4
- regionhalland/region-halland-plugin-acf-page-menu-text: 1.4.0
- regionhalland/region-halland-plugin-acf-page-theme-image: 1.1.1
- regionhalland/region-halland-plugin-acf-site-settings-front-logo: 1.2.0
- regionhalland/region-halland-plugin-acf-site-settings-image-link-repeater: 1.2.0
- regionhalland/region-halland-plugin-acf-site-settings-social-links: 1.1.0
- regionhalland/region-halland-plugin-berattelser-archive-taxonomi-category: 1.6.2
- regionhalland/region-halland-plugin-breadcrumbs: 1.5.0
- regionhalland/region-halland-plugin-breadcrumbs-pages: 1.4.1
- regionhalland/region-halland-plugin-find-on-page: 2.6.0
- regionhalland/region-halland-plugin-gutenberg-allow-block: 1.6.0
- regionhalland/region-halland-plugin-mobile-detect: 1.1.0
- regionhalland/region-halland-plugin-nav-menu-breadcrumbs: 1.0.0
- regionhalland/region-halland-plugin-nav-menu-current-page-and-child-pages: 1.0.0
- regionhalland/region-halland-plugin-nav-menu-first-level: 1.5.0
- regionhalland/region-halland-plugin-nav-menu-parent-page: 1.0.0
- regionhalland/region-halland-plugin-nps-form: 1.7.0
- regionhalland/region-halland-plugin-page-children: 1.7.0
- regionhalland/region-halland-plugin-page-lix-calculator: 1.0.0
- regionhalland/region-halland-plugin-page-lix-calculator-all-pages: 1.3.0
- regionhalland/region-halland-plugin-parent-page: 1.3.0
- regionhalland/region-halland-plugin-parent-page-and-siblings-with-current-childs: 1.2.0
- regionhalland/region-halland-plugin-parent-page-template: 1.1.0
- regionhalland/region-halland-plugin-prepare-the-content: 1.9.0
- regionhalland/region-halland-plugin-single-page-information: 1.2.1
- regionhalland/region-halland-plugin-tree-all-levels-pages: 1.3.0
- regionhalland/region-halland-plugin-tree-first-level: 1.6.0
- regionhalland/region-halland-plugin-wp-disable-full-screen: 1.0.0
- regionhalland/region-halland-plugin-wp-footer-sidebars: 1.1.1
- regionhalland/region-halland-plugin-wp-remove-dashboard-meta: 1.1.0
- regionhalland/region-halland-plugin-wp-unregister-widgets: 1.1.1
- regionhalland/region-halland-plugin-wp-upload-filetype: 1.0.0
- regionhalland/region-halland-plugin-yellow-labs: 1.1.0
- roots/acorn: ^1.1.0
Requires (Dev)
Suggests
- log1x/sage-directives: A collection of useful Blade directives for WordPress and Sage (^1.0).
- log1x/sage-svg: Provides a useful SVG directive for properly inlining SVG's within your Blade views (^1.0).
This package is auto-updated.
Last update: 2024-09-18 13:40:12 UTC
README
Förutsättningar 🚨
- Du har en lokal utvecklingsmiljö uppsatt, t.ex. Homestead eller MAMP (MacOS), WAMP (Windows) o.s.v.
- Du följande paket installerat:
- Composer
- Yarn
- Node.js version >= 12 (Node.js LTS version rekommenderas för stabilitet och prestanda)
- Använd NVM vid behov för att hantera flera lokala versioner av Node.js (för Linux och MacOS)
Komma igång
- Aktivera rätt version av Node med
nvm use v10.20.0 - Installera temats dependencies med
composer installföljt avyarn - Konfiguera filerna för att det passar din lokal mapp:
/resources/assets/config.local.json/resources/assets/styles/app.local.scss/tsconfig.local.json
- Kör
yarn startför att köra igång din lokal utvecklingsmiljö. - Fire away!
Kommando
| Kommando | Beskrivning |
|---|---|
yarn start | Starta lokal utvecklingsmiljö |
yarn dev | Starta lokal utvecklingsmiljö med CSS injektion |
yarn build | Kompilera CSS och JS för test |
yarn build:production | Kompilera CSS och JS för produktion |