Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 937 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 937 Bytes

Pulsar

WordPress starter block theme for a modern development workflow

Demo

The theme demo is hosted on WordPress Playground, which is a system that runs WordPress directly in your browser. You can fully test the theme as if you were running it on your own site.

Playground Demo

Requirements

Make sure all dependencies have been installed before moving on:

Theme development

  • Run npm install from the theme directory to install dependencies

Build commands

  • npm run watch — Compile assets when file changes are made, start Browsersync session
  • npm run build — Compile assets for production