Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 625 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 625 Bytes

Overview

This project is to give WordPress blocks that will work with Bootstrap 3.

Current blocks that are implemented

  • Panel
  • Panel Group

This project was bootstrapped with Create Guten Block.

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