Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 593 Bytes

WordPress Block Theme Starter

  • Using Gulp for live reload and scss
  • Inspired by twentytwentytwo theme and wabi

Usage

  • Download this repo or clone it.
  • Install via npm, yarn, pnpm or 'bun`.
  • If you are using bun, run bun gulp to start the server.
  • Browser reload when changes made in src/*.scss, src/js/app.js, **/*.html and ./theme.json.

Files

  • block-styles.js - to register custom block styles.
  • Do not modify style.css as it is auto generated from src/scss/*.scss.
  • Do not modify assets/js/app.js as it is auto generated from src/js/app.js.