Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 279 Bytes

Gutenberg Boilerplate

A simple quick start for WordPress theme development using Gutenberg.

Setup

You may need to allow read & write access to the build-css file

chmod +x bin/build-css

Install, Build and Watch

npm i
npm run build
npm run watch