https://github.com/exolnet/glutenblocks
Collection of Wordpress blocks for the Gutenberg editor.
https://github.com/exolnet/glutenblocks
php wordpress
Last synced: 5 months ago
JSON representation
Collection of Wordpress blocks for the Gutenberg editor.
- Host: GitHub
- URL: https://github.com/exolnet/glutenblocks
- Owner: eXolnet
- License: mit
- Created: 2019-04-05T15:52:24.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T00:46:09.000Z (11 months ago)
- Last Synced: 2025-11-07T06:19:05.112Z (7 months ago)
- Topics: php, wordpress
- Language: JavaScript
- Homepage:
- Size: 11.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Glutenblocks
[](https://packagist.org/packages/eXolnet/glutenblocks)
[](LICENSE.md)
[](https://github.com/eXolnet/glutenblocks/actions?query=workflow%3Atests)
[](https://packagist.org/packages/eXolnet/glutenblocks)
Collection of Wordpress blocks for the Gutenberg editor.
## Installation
`composer require exolnet/glutenblocks`
## Usage
If you need to create a new Block, please use the `packages/src/example` as the skeleton of your new block.
## Developement flow
To be able to see the components, you need to install the plugin in a Wordpress site. If you have Docker installed,
you can create a new Wordpress site quickly with this command:
``` bash
docker-compose -f docker-compose.yml -f docker-compose-localdev.yml up
```
Your Wordpress site will be available on `localhost:8888`. You will have to finish the Wordpress installation in the browser.
If it is the first time you start the Docker containers, you will need to enable Glutenblocks plugin from the WP admin panel.
When you are done, you can stop the `docker-compose` process to stop the server from working.
If you want to remove the containers from your development machine, you can run this command:
``` bash
docker-compose down
```
## Testing
### Component Tests
To run your components tests, please use:
``` bash
yarn test
```
### Lint
To run linter tests (project guidelines), please use:
``` bash
yarn lint
composer lint
```
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.
## Credits
- [Alexandre D'Eschambeault](https://github.com/xel1045)
- [Martin Blanchette](https://github.com/martinblanchette)
- [Maxime Mongeau](https://github.com/Maxador)
- [Simon Gaudreau](https://github.com/Gandhi11)
- [Alessandro Kreslin](https://github.com/Alessandro100)
- [All Contributors](../../contributors)
## License
Copyright © [eXolnet](https://www.exolnet.com). All rights reserved.
This code is licensed under the [MIT license](http://choosealicense.com/licenses/mit/).
Please see the [license file](LICENSE) for more information.