Go to file
Ray Elliott 9b67c4deab use constantt for block namespace 2020-08-12 20:21:01 +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 use constantt for block namespace 2020-08-12 20:21:01 +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 links to the WordPress default config files are required so that code editors pick up the correct linting configurations.