Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.01 KB

This project was bootstrapped with Create Guten Block.

Lorem Text Block

A plugin adding a Gutenberg block generating 'lorem ipsum' texts

⚙ Generate Dummy Texts

Alt text

🔢 Number of Paragraphs

Alt text

✨ More Settings

Alt text

Develop

For development you can run the following 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 dist folder.
  • Runs once and reports back the gzip file sizes of the produced code.