This repository houses the source code for the 10up Gutenberg Best Practices website.
The content of this site is grouped into three different sections: Training, Reference, and Guides.
The training section is meant for hands on learning. By covering the most common development topics in order this will get anyone up to speed with how we build experiences for the editor at 10up.
The reference section on the other hand is a place for detailed reference explications on everything surrounding the block editor.
Guides are one off articles that go into depth on one particular topic.
If you have questions about the material covered or have any suggestions for additional topics please create a new Discussion in the discussions tab here in GutHub.
Issues & PR's are always welcome :) To build this site locally all you need to do is run npm ci
and npm start