Skip to content

A child theme for Beaver Builder with modern tooling.

License

Notifications You must be signed in to change notification settings

gregrickaby/grd-bb-child

Repository files navigation

Beaver Builder Child

A custom child theme for Beaver Builder.


Prerequisites

Install Dependencies

The following command will install all dependencies for the project, and trigger an initial build.

npm i

Theme Development

Watch for changes and compile:

npm run dev

Lint code:

npm run lint

Format code:

npm run format

Build for production:

npm run build

Contributions

Contributions are welcome! Please see CONTRIBUTING.md for details.