Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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