An open API service indexing awesome lists of open source software.

https://github.com/essamamdani/gutenberg-scaffolding

Gutenberg Scaffolding WordPress Plugin
https://github.com/essamamdani/gutenberg-scaffolding

Last synced: 4 months ago
JSON representation

Gutenberg Scaffolding WordPress Plugin

Awesome Lists containing this project

README

          

Gutenberg Scaffolding WordPress Plugin
===

Getting started
---

- Pull this into the plugins directory of your project either by cloning or using composer. Make sure you have [Node.js](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/) installed.
- Run `npm install`
- For `dev` Run `npm run start` or `yarn start` to watch JS files and build on the fly
- For `production` Run `npm run build` or `yarn build`
- Activate the plugin

Note
---
I may not be the greatest with ES6/ES7, feel free to fork or issue a pull request if I've written anything against convention.