https://github.com/blazeisclone/wordpress-bootstrap-theme
📦 Custom bootstrapped theme for WordPress.
https://github.com/blazeisclone/wordpress-bootstrap-theme
docker gulp hot-reload husky php-cs-fixer prettier sass webpack wordpress wordpress-theme
Last synced: 3 months ago
JSON representation
📦 Custom bootstrapped theme for WordPress.
- Host: GitHub
- URL: https://github.com/blazeisclone/wordpress-bootstrap-theme
- Owner: BlazeIsClone
- Created: 2022-02-07T01:07:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T02:35:19.000Z (over 3 years ago)
- Last Synced: 2025-02-13T05:16:17.925Z (over 1 year ago)
- Topics: docker, gulp, hot-reload, husky, php-cs-fixer, prettier, sass, webpack, wordpress, wordpress-theme
- Language: PHP
- Homepage:
- Size: 38.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom WordPress Bootstrap Theme
A minimal easy to use wordpress theme development environment with modern tooling.
# Requirements
- install php
- install composer
- sudo apt install zip unzip
### Commands
Print and watch logs
```bash
docker logs -f wordpress-bootstrap-theme_wp_1 2>&1 >/dev/null | grep -i error
```