Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregrickaby/grd-bb-child
A child theme for Beaver Builder with modern tooling.
https://github.com/gregrickaby/grd-bb-child
beaver-builder beaver-builder-plugin beaver-builder-theme child-theme theme wordpress-scripts wordpress-theme-boilerplate
Last synced: 2 days ago
JSON representation
A child theme for Beaver Builder with modern tooling.
- Host: GitHub
- URL: https://github.com/gregrickaby/grd-bb-child
- Owner: gregrickaby
- License: gpl-3.0
- Created: 2020-05-03T14:44:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T12:09:15.000Z (about 1 year ago)
- Last Synced: 2024-05-02T03:19:41.351Z (6 months ago)
- Topics: beaver-builder, beaver-builder-plugin, beaver-builder-theme, child-theme, theme, wordpress-scripts, wordpress-theme-boilerplate
- Language: PHP
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Beaver Builder Child
A custom child theme for Beaver Builder.
---
## Prerequisites
- [Beaver Builder Parent Theme](https://www.wpbeaverbuilder.com/wordpress-framework-theme/)
- [Node.js](https://nodejs.org/en/)
- [Composer](https://getcomposer.org/)## Install Dependencies
The following command will install all dependencies for the project, and trigger an initial build.
```bash
npm i
```---
## Theme Development
Watch for changes and compile:
```bash
npm run dev
```Lint code:
```bash
npm run lint
```Format code:
```bash
npm run format
```Build for production:
```bash
npm run build
```---
## Contributions
Contributions are welcome! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
---