WordPress starter block theme for a modern development workflow
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.
Make sure all dependencies have been installed before moving on:
- Run
npm install
from the theme directory to install dependencies
npm run watch
— Compile assets when file changes are made, start Browsersync sessionnpm run build
— Compile assets for production