Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 567 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 567 Bytes

Good Guitarist Wordpress Theme

Created with the awps starter theme.

Install

  1. composer install
  2. yarn install

Blocks compilation issue

If you run into an error when compiling Gutenberg blocks with Laravel Mix, the issue may lie with the @tinypixelco dependency. To resolve it, try adding this constructor to the index.js file of the class within the @tinypixelco/laravel-mix-wp-blocks dependency in node_modules:

  constructor() {
    super();
    this.context = Mix
  }