https://github.com/wndrfl/wonderpress-development-environment
A developer-friendly environment for WordPress development
https://github.com/wndrfl/wonderpress-development-environment
wordpress wordpress-development wordpress-development-kit
Last synced: 14 days ago
JSON representation
A developer-friendly environment for WordPress development
- Host: GitHub
- URL: https://github.com/wndrfl/wonderpress-development-environment
- Owner: wndrfl
- Created: 2020-01-21T20:15:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T22:33:39.000Z (over 1 year ago)
- Last Synced: 2025-02-26T13:38:11.969Z (12 months ago)
- Topics: wordpress, wordpress-development, wordpress-development-kit
- Language: PHP
- Homepage:
- Size: 12.3 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# ✨ Wonderpress Theme
[](https://github.com/wndrfl/wonderpress-theme/actions)
Wonderpress Theme is the official Wonderful boilerplate theme for WordPress. The goal is to provide coverage for the basics of a WordPress theme, without imposing opinion on styles or structure.
This theme leans heavily on Wonderful's [Static Kit](https://github.com/wndrfl/static-kit) development environment.
## Installation
1. Download the theme into your Wordpress installation
1. Run `$ npm install`
1. Static Kit will automatically be installed and prepared in the theme directory
1. Run `$ gulp`
## Linting
Wonderpress Theme includes tools to lint your code against the [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards).
To lint your code:
1. Install all dependencies with `$ composer install`
1. Run the linter with `$ composer run lint`
To automatically fix errors found during lint:
`$ composer run lint-fix`