Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wpkitpro/wpkit
WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.
https://github.com/wpkitpro/wpkit
bootstrap5 nodejs php sass wordpress wordpress-starter-kit wordpress-starter-theme wordpress-theme
Last synced: about 1 month ago
JSON representation
WordPress starter theme with Bootstrap CSS/JS and a modern development workflow.
- Host: GitHub
- URL: https://github.com/wpkitpro/wpkit
- Owner: wpkitpro
- License: other
- Created: 2023-01-10T00:18:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T17:28:05.000Z (7 months ago)
- Last Synced: 2024-09-30T06:20:44.182Z (about 2 months ago)
- Topics: bootstrap5, nodejs, php, sass, wordpress, wordpress-starter-kit, wordpress-starter-theme, wordpress-theme
- Language: PHP
- Homepage: https://wpkit.pro
- Size: 657 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://github.com/wpkitpro/wpkit).
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