wpkitpro/wpkit

WordPress starter theme with a modern development workflow

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 0

Open Issues: 1

Type:wordpress-theme

v3.0.2 2024-04-10 17:26 UTC

This package is auto-updated.

Last update: 2024-05-10 17:37:18 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.

  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