Go to file
Ray Elliott 86334bbfb1 tidy up 2020-08-12 20:24:07 +01:00
src dynamically use theme and block slugs 2020-08-12 19:29:39 +01:00
.eslintignore initial commit 2020-08-12 14:20:11 +01:00
.eslintrc-md.js initial commit 2020-08-12 14:20:11 +01:00
.eslintrc.js initial commit 2020-08-12 14:20:11 +01:00
.stylelintignore initial commit 2020-08-12 14:20:11 +01:00
.stylelintrc.json initial commit 2020-08-12 14:20:11 +01:00
README.md tidy up 2020-08-12 20:24:07 +01:00
index.php use constantt for block namespace 2020-08-12 20:21:01 +01:00
package-lock.json initial commit 2020-08-12 14:20:11 +01:00
package.json initial commit 2020-08-12 14:20:11 +01:00

README.md

Usage

Edit index.php and .scss files, so that the correct block name and namespace are used.

npm install

# build and watch for development
npm run dev

# build for production
npm run build

The symbolic links to the WordPress default configuration files are required so that code editors will use the correct linting configurations.