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
- Host: GitHub
- URL: https://github.com/essamamdani/gutenberg-scaffolding
- Owner: essamamdani
- Created: 2018-10-10T21:39:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T14:43:42.000Z (over 2 years ago)
- Last Synced: 2025-02-07T02:38:05.670Z (8 months ago)
- Language: JavaScript
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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 pluginNote
---
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.