/gutenberg-times

Live Coding for the WordPress Block Editor

Primary LanguageJavaScript

Gutenberg Times

Live Coding for the WordPress Block Editor.

Demo: Adding Formatting Buttons to the RichText Component (April 4th, 2019):

https://www.youtube.com/watch?v=sIk9y-yCGt8

This repository was bootstrapped based on tutorials from Gutenberg Handbook:

Usage

With a setup in place, the standard workflow is:

  • Install dependencies: npm install
  • Start development builds: npm start
  • Develop. Test. Repeat.
  • Create production build: npm run build