Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.

---