gziolo / gutenberg-times

Live Coding for the WordPress Block Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Live Coding for the WordPress Block Editor


Languages

Language:JavaScript 69.4%Language:PHP 30.6%