Skip to content
/ wpkit Public

WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.

License

Notifications You must be signed in to change notification settings

wpkitpro/wpkit

Repository files navigation

WpKit — Your Ultimate WordPress Toolkit Theme

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.

  1. Visit the GitHub repository for WpKit: WpKit GitHub Repository.
  2. 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 the wpkit 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 Dependencies
  • npm run build:dev — Compile and optimize the files in your assets directory
  • npm run build:prod — Compile assets for production
  • npm run zip — Creates a ZIP archive of the theme