/master-title-with-border-block

The Master Title with Border Block is a plugin for WordPress that add a new custom title block to the Gutenberg editor.

Primary LanguageJavaScript

Master Title with Border Block

The Master Title with Border Block is a plugin for WordPress that add a new custom title block to the Gutenberg editor.

🛠 Technologies

This project was developed with the following technologies

📕 Getting Started

You need to have Node.js installed, then you can clone and run this project on your WordPress installation with the instructions below:

Below you will find some information on how to run scripts.

👉 npm start

  • Use to compile and run the block in development mode.
  • Watches for any changes and reports back any errors in your code.

👉 npm run build

  • Use to build production code for your block inside build folder.
  • Runs once and reports back the gzip file sizes of the produced code.

👉 npm format

  • It helps to enforce coding style guidelines for your files (JavaScript, YAML) by formatting source code in a consistent way.

👉 npm lint:css

  • Helps enforce coding style guidelines for your style files.

👉 npm lint:js

  • Helps enforce coding style guidelines for your JavaScript files.

☕❤

This is a project to learn how to use the new features of WordPress and is under constant development and improvement, feel free to contribute in any way.