Ray Elliott 9b67c4deab | ||
---|---|---|
src | ||
.eslintignore | ||
.eslintrc-md.js | ||
.eslintrc.js | ||
.stylelintignore | ||
.stylelintrc.json | ||
README.md | ||
index.php | ||
package-lock.json | ||
package.json |
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.