Skip to content

wndrfl/wonderpress-development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Wonderpress Theme

wonderpress-coding-standards Status

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 development environment.

Installation

  1. Download the theme into your Wordpress installation
  2. Run $ npm install
  3. Static Kit will automatically be installed and prepared in the theme directory
  4. Run $ gulp

Linting

Wonderpress Theme includes tools to lint your code against the WordPress Coding Standards.

To lint your code:

  1. Install all dependencies with $ composer install
  2. Run the linter with $ composer run lint

To automatically fix errors found during lint:

$ composer run lint-fix