wpkitpro / wpkit
WordPress starter theme with a modern development workflow
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 2
Forks: 0
Open Issues: 1
Type:wordpress-theme
Requires
- php: ^7.4|^8.0
- dealerdirect/phpcodesniffer-composer-installer: 1.0.0
- squizlabs/php_codesniffer: 3.8.1
- wp-coding-standards/wpcs: 3.0.1
This package is auto-updated.
Last update: 2025-04-10 19:25:47 UTC
README
WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.
Description
WpKit is a versatile and comprehensive WordPress theme designed to be your ultimate toolkit for building powerful and visually stunning websites. With an array of features and a user-friendly design, WpKit empowers developers and designers to create unique, responsive, and high-performance WordPress sites.
Getting Started
Theme installation
To install WpKit in your WordPress theme directory, please follow the steps below, replacing "your-theme-name" with the actual name of your theme:
Download the last version of the WPKIT theme from the official source.
- Visit the GitHub repository for WpKit: WpKit GitHub Repository.
- Navigate to the
wp-content/themes/
directory. Click on the green "Code" button, and then click on "Download ZIP" to download the WpKit template as a ZIP file and extract the downloaded ZIP file to obtain thewpkit
template folder on your local machine. Or create git clone.
# get to wp-content/themes/
$ git clone https://github.com/wpkitpro/wpkit.git your-theme-name
Build commands
npm i
— Install Project Dependenciesnpm run build:dev
— Compile and optimize the files in your assets directorynpm run build:prod
— Compile assets for productionnpm run zip
— Creates a ZIP archive of the theme