Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T02:35:19.000Z (about 2 years ago)
- Last Synced: 2024-11-02T00:24:52.198Z (3 months 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
```