axielroque / child-theme

This is a child theme of Twenty Twenty-One.
GNU General Public License v2.0
1 stars 1 forks source link
boilerplate hacktoberfest twentytwentyone wordpress-child-theme

WP-Boilerplate

PHPCS check

This is a child theme of Twenty Twenty-One and have a basic boilerplate frontend with Vite for Wordpress.

Installation

Use the package manager npm to install all dependencies.

npm install

Usage

Development enviroment npm run dev

Production enviroment npm run build

Run php code standard 'Required Composer' Linter composer lint:wpcs Auto FIx composer fix:wpcs

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.