Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```