Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 565 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 565 Bytes

WordPress starter kit for theme

Usage

1. Clone this repository

$ cd wordpress/wp-content/themes/
$ git clone https://github.com/nyawach/wp-theme-template.git <theme-name>

2. Setup

Change current directory to _develop/,

$ cd _develop/

and install npm packages

$ yarn
# or $ npm i

3. Run gulp through npm script

# wordpress/wp-content/themes/_develop
$ yarn start
# or $ npm start

Dependencies

To use this kit, you need to install WP-CLI and MySQL.