eighteen73 / pulsar
Installs: 235
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 5
Forks: 2
Open Issues: 6
Type:wordpress-theme
Requires
- php: >=8.0
Requires (Dev)
- dev-main
- v4.0.0
- v3.0.0
- v2.0.0
- v1.0.0
- dev-feature/fixing-menu-toggle
- dev-feature/build-tools
- dev-woocommerce
- dev-feature/image-focal-point
- dev-feature/wordpress-6.6
- dev-feature/navigation-styling
- dev-feature/megamenu
- dev-blocks
- dev-feature/package-updates
- dev-dependabot/npm_and_yarn/webpack-5.76.1
- dev-fse
- dev-feature/no-tailwind
- dev-feature/styleguide
- dev-feature/wp-scripts
- dev-develop
This package is auto-updated.
Last update: 2025-03-02 11:01:21 UTC
README
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.
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 sessionnpm run build
— Compile assets for production