Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndiego/editor-curation-examples
A collection of Editor curation examples for WordPress.
https://github.com/ndiego/editor-curation-examples
governance wordpress wordpress-plugin
Last synced: 13 days ago
JSON representation
A collection of Editor curation examples for WordPress.
- Host: GitHub
- URL: https://github.com/ndiego/editor-curation-examples
- Owner: ndiego
- Created: 2023-05-03T01:56:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T10:08:24.000Z (4 months ago)
- Last Synced: 2024-10-30T10:47:15.730Z (16 days ago)
- Topics: governance, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 390 KB
- Stars: 21
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editor Curation Examples
[![Playground Demo Link](https://img.shields.io/badge/Playground_Demo-v0.1.0-blue?logo=wordpress&logoColor=%23fff&labelColor=%233858e9&color=%233858e9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/ndiego/editor-curation-examples/main/_playground/blueprint-github.json)
A collection of Editor curation examples for WordPress.
## Development
1. Set up a local WordPress development environment.
2. Clone / download this repository into the `wp-content/plugins` folder.
3. Navigate to the `wp-content/plugins/editor-curation-examples` folder in the command line.
4. Run `npm install` to install the plugin's dependencies within a `/node_modules/` folder.
5. Run `npm run start` to compile and watch source files for changes while developing.Refer to `package.json` for additional commands.