Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eighteen73/pulsar
WordPress starter theme with opinionated configuration.
https://github.com/eighteen73/pulsar
composer-package gutenberg wordpress wordpress-development wordpress-theme
Last synced: about 1 month ago
JSON representation
WordPress starter theme with opinionated configuration.
- Host: GitHub
- URL: https://github.com/eighteen73/pulsar
- Owner: eighteen73
- License: mit
- Created: 2022-04-25T19:40:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:01:35.000Z (2 months ago)
- Last Synced: 2024-09-27T14:42:32.234Z (about 2 months ago)
- Topics: composer-package, gutenberg, wordpress, wordpress-development, wordpress-theme
- Language: PHP
- Homepage:
- Size: 3.03 MB
- Stars: 10
- Watchers: 6
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/eighteen73/pulsar/main/.playground/blueprint.json)
## Requirements
Make sure all dependencies have been installed before moving on:
- [WordPress](https://wordpress.org/) >= 6.6
- [PHP](https://secure.php.net/manual/en/install.php) >= 7.4.0
- [Node.js](http://nodejs.org/) >= 16## 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