A custom child theme for Beaver Builder.
The following command will install all dependencies for the project, and trigger an initial build.
npm i
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 are welcome! Please see CONTRIBUTING.md for details.